WalletCore
WalletCore
/
wallet.core.jni.proto
/
Algorand
/
AssetOptIn
/
Builder
Builder
class
Builder
Opt-in message for an asset
Content copied to clipboard
Protobuf type
TW.Algorand.Proto.AssetOptIn
Functions
Functions
clear
Asset
Id
Link copied to clipboard
open
fun
clearAssetId
(
)
:
Algorand.AssetOptIn.Builder
ID of the asset
Content copied to clipboard
uint64 asset_id = 1;
get
Asset
Id
Link copied to clipboard
open
fun
getAssetId
(
)
:
Long
ID of the asset
Content copied to clipboard
uint64 asset_id = 1;
set
Asset
Id
Link copied to clipboard
open
fun
setAssetId
(
value
:
Long
)
:
Algorand.AssetOptIn.Builder
ID of the asset
Content copied to clipboard
uint64 asset_id = 1;