MPToken
The MPToken
object represents the amount of shares held by a depositor. It is created when the account deposits liquidity into the vault and is deleted when a depositor redeems, or transfers, all shares.
(Requires the Single Asset Vault amendment )
MPToken Fields
There are no changes to the fields in the MPToken
object. See MPToken Fields.
MPToken Flags
The following flags are set based on whether the vault is public or private:
Condition | Transferable | Non-Transferable |
---|---|---|
Public Vault | No Flags | lsfMPTAuthorized |
Private Vault | lsfMPTAuthorized | lsfMPTAuthorized |
See MPToken Flags for all available flags.