Skip to content

Commit

Permalink
Add AccountID as type to contract spec (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 26, 2022
1 parent 8b2c5d1 commit e53c344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Stellar-contract-spec.x
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ enum SCSpecType
SC_SPEC_TYPE_BYTES = 9,
SC_SPEC_TYPE_BIG_INT = 10,
SC_SPEC_TYPE_INVOKER = 11,
SC_SPEC_TYPE_ACCOUNT_ID = 12,

// Types with parameters.
SC_SPEC_TYPE_OPTION = 1000,
Expand Down Expand Up @@ -96,6 +97,7 @@ case SC_SPEC_TYPE_STATUS:
case SC_SPEC_TYPE_BYTES:
case SC_SPEC_TYPE_BIG_INT:
case SC_SPEC_TYPE_INVOKER:
case SC_SPEC_TYPE_ACCOUNT_ID:
void;
case SC_SPEC_TYPE_OPTION:
SCSpecTypeOption option;
Expand Down

0 comments on commit e53c344

Please sign in to comment.