@arkade-os/sdk Documentation - v0.4.21
Preparing search index...
Asset
Interface Asset
Asset amount paired with an asset id.
See
AssetDetails
interface
Asset
{
amount
:
number
;
assetId
:
string
;
}
Index
Properties
amount
asset
Id
Properties
amount
amount
:
number
Asset amount in base units.
asset
Id
assetId
:
string
Asset identifier.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
asset
Id
@arkade-os/sdk Documentation - v0.4.21
Loading...
Asset amount paired with an asset id.
See
AssetDetails