BloctoOptions
type BloctoOptions = { appId?: string; chain?: Chain };
To get advanced features and support from Blocto, you can create an appId from blocto dashboard
type appId = string;
Network to connect the wallet to
type chain = Chain;
type BloctoOptions = { appId?: string; chain?: Chain };
To get advanced features and support from Blocto, you can create an appId from blocto dashboard
type appId = string;
Network to connect the wallet to
type chain = Chain;