You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`VaultID`|:heavy_check_mark:|`string`|`Hash256`|`N/A`| The ID of the vault to be deleted. |
477
+
|`Data`| No |`string`|`BLOB`| Empty | Arbitrary metadata about the Vault. Limited to 256 bytes. |
477
478
478
479
### 5.2 Failure Conditions
479
480
480
481
1.`Vault` object with the `VaultID` does not exist on the ledger.
481
482
2. The submitting account is not the `Owner` of the vault.
482
483
3.`AssetsTotal`, `AssetsAvailable`, or `MPTokenIssuance(Vault.ShareMPTID).OutstandingAmount` are greater than zero.
483
484
4. The `OwnerDirectory` of the Vault _pseudo-account_ contains pointers to objects other than the `Vault`, the `MPTokenIssuance` for its shares, or an `MPToken` or trust line for its asset.
485
+
5.`Data` field is greater than 256 bytes (`temMALFORMED`).
0 commit comments