Skip to content

Commit

Permalink
Add invoker to contract spec (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 26, 2022
1 parent 3002dcf commit 03b0967
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 @@ -25,6 +25,7 @@ enum SCSpecType
SC_SPEC_TYPE_STATUS = 8,
SC_SPEC_TYPE_BYTES = 9,
SC_SPEC_TYPE_BIG_INT = 10,
SC_SPEC_TYPE_INVOKER = 11,

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

0 comments on commit 03b0967

Please sign in to comment.