MPTokenIssuance
The MPTokenIssuance object represents a vault share on the ledger. An MPTokenIssuance object is created and deleted together with the Vault object.
(Requires the Single Asset Vault amendment )
MPTokenIssuance Fields
There are no changes to the fields in the MPTokenIssuance object. See MPTokenIssuance Fields.
MPTokenIssuance Flags
The following flags are set based on whether the shares are transferable, and if the vault is public or private:
| Condition | Transferable | Non-Transferable |
|---|---|---|
| Public Vault | lsfMPTCanEscrow lsfMPTCanTradelsfMPTCanTransfer | No Flags |
| Private Vault | lsfMPTCanEscrowlsfMPTCanTradelsfMPTCanTransferlsfMPTRequireAuth | lsfMPTRequireAuth |
See MPTokenIssuance Flags for all available flags.