blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit
/
WalletCreationResult
Wallet
Creation
Result
common
@
Serializable
data
class
WalletCreationResult
(
val
shareB64
:
String
,
val
pubkeyB64
:
String
,
val
groupId
:
String
)
Members
Constructors
Wallet
Creation
Result
Link copied to clipboard
common
constructor
(
shareB64
:
String
,
pubkeyB64
:
String
,
groupId
:
String
)
Properties
group
Id
Link copied to clipboard
common
val
groupId
:
String
pubkey
B64
Link copied to clipboard
common
val
pubkeyB64
:
String
share
B64
Link copied to clipboard
common
val
shareB64
:
String