Issue a new class of fungible assets from a privileged origin.
This new asset class has no assets initially.
The origin must conform to ForceOrigin.
Unlike create, no funds are reserved.
id: The identifier of the new asset. This must not be currently in use to identify
an existing asset. If [NextAssetId] is set, then this must be equal to it.
owner: The owner of this class of assets. The owner has full superuser permissions
over this asset, but may later change and configure the permissions using
transfer_ownership and set_team.
min_balance: The minimum balance of this new asset that any single account must
have. If an account's balance is reduced below this, then it collapses to zero.
Issue a new class of fungible assets from a privileged origin.
This new asset class has no assets initially.
The origin must conform to
ForceOrigin
.Unlike
create
, no funds are reserved.id
: The identifier of the new asset. This must not be currently in use to identify an existing asset. If [NextAssetId
] is set, then this must be equal to it.owner
: The owner of this class of assets. The owner has full superuser permissions over this asset, but may later change and configure the permissions usingtransfer_ownership
andset_team
.min_balance
: The minimum balance of this new asset that any single account must have. If an account's balance is reduced below this, then it collapses to zero.Emits
ForceCreated
event when successful.Weight:
O(1)