Skip to content

Commit

Permalink
update near proto to add NonRefundableTransferToExistingAccountKind A…
Browse files Browse the repository at this point in the history
…ctionError
  • Loading branch information
colindickson committed May 21, 2024
1 parent 91419e5 commit 6f5b618
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/sf/near/type/v1/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ message ActionError {
DelegateActionAccessKeyErrorKind delegate_action_access_key_error = 40;
DelegateActionInvalidNonceKind delegate_action_invalid_nonce = 41;
DelegateActionNonceTooLargeKind delegate_action_nonce_too_large = 42;
NonRefundableTransferToExistingAccountKind non_refundable_transfer_to_existing_account = 43;
}
}

Expand Down Expand Up @@ -448,6 +449,10 @@ message DelegateActionNonceTooLargeKind{
uint64 upper_bound = 2;
}

message NonRefundableTransferToExistingAccountKind {
string account_id = 1;
}

enum InvalidTxError { //todo: add more detail?
InvalidAccessKeyError = 0;
InvalidSignerId = 1;
Expand Down

0 comments on commit 6f5b618

Please sign in to comment.