AssetCreateParams
Extends
Properties
configAssetClawback?
optionalconfigAssetClawback:Address
Source
configAssetDecimals?
optionalconfigAssetDecimals:uint64
Source
configAssetDefaultFrozen?
optionalconfigAssetDefaultFrozen:uint64
Source
configAssetFreeze?
optionalconfigAssetFreeze:Address
Source
configAssetManager?
optionalconfigAssetManager:Address
Source
configAssetMetadataHash?
optionalconfigAssetMetadataHash:Brand<string,"bytes">
Source
configAssetName?
optionalconfigAssetName:Brand<string,"bytes">
Source
configAssetReserve?
optionalconfigAssetReserve:Address
Source
configAssetTotal
configAssetTotal:
uint64
Source
configAssetURL?
optionalconfigAssetURL:Brand<string,"bytes">
Source
configAssetUnitName?
optionalconfigAssetUnitName:Brand<string,"bytes">
Source
fee?
optionalfee:uint64
The fee paid for this transaction
Inherited from
Source
note?
optionalnote:string
The note field for this transaction
Inherited from
Source
rekeyTo?
optionalrekeyTo:Address
If set, changes the authAddr of sender to the given address
Inherited from
CommonTransactionParams.rekeyTo
Source
sender?
optionalsender:Address
The sender of this transaction. This is the account that pays the fee (if non-zero)
Inherited from
CommonTransactionParams.sender