Skip to content

sendAssetCreation

sendAssetCreation(params): AssetID

Parameters

params

params.configAssetClawback?: Address

params.configAssetDecimals?: uint64

params.configAssetDefaultFrozen?: uint64

params.configAssetFreeze?: Address

params.configAssetManager?: Address

params.configAssetMetadataHash?: Brand<string, "bytes">

params.configAssetName?: Brand<string, "bytes">

params.configAssetReserve?: Address

params.configAssetTotal: uint64

params.configAssetURL?: Brand<string, "bytes">

params.configAssetUnitName?: Brand<string, "bytes">

params.fee?: uint64

The fee paid for this transaction

params.note?: string

The note field for this transaction

params.rekeyTo?: Address

If set, changes the authAddr of sender to the given address

params.sender?: Address

The sender of this transaction. This is the account that pays the fee (if non-zero)

Returns

AssetID

Source

types/global.d.ts:944