Types
AccountType
type AccountType = {
provider: string,
providerSupports: string[]|undefined,
cspr_name: string | null,
public_key: string | null,
connected_at: Number,
token: string | null,
custom?: any,
balance?: string,
liquid_balance?: string;
logo?: string;
}Property
Description
CsprClickInitOptions
Property
Description
ProviderInfo
Property
Description
SendResult
Property
Description
SignResult
Property
Description
Last updated

