mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +00:00
Introduce Credentials support (XLS-70d): (#5103)
Amendment:
- Credentials
New Transactions:
- CredentialCreate
- CredentialAccept
- CredentialDelete
Modified Transactions:
- DepositPreauth
- Payment
- EscrowFinish
- PaymentChannelClaim
- AccountDelete
New Object:
- Credential
Modified Object:
- DepositPreauth
API updates:
- ledger_entry
- account_objects
- ledger_data
- deposit_authorized
Read full spec: https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0070d-credentials
This commit is contained in:
@@ -148,7 +148,10 @@ enum error_code_i {
|
||||
// Oracle
|
||||
rpcORACLE_MALFORMED = 94,
|
||||
|
||||
rpcLAST = rpcORACLE_MALFORMED // rpcLAST should always equal the last code.
|
||||
// deposit_authorized + credentials
|
||||
rpcBAD_CREDENTIALS = 95,
|
||||
|
||||
rpcLAST = rpcBAD_CREDENTIALS // rpcLAST should always equal the last code.
|
||||
};
|
||||
|
||||
/** Codes returned in the `warnings` array of certain RPC commands.
|
||||
|
||||
Reference in New Issue
Block a user