Skip to content

Commit 7b18dbb

Browse files
Merge pull request #940 from Concordium/update-sc-invoke-doc
Add additional invoke functions
2 parents 320cd4b + d00c3b6 commit 7b18dbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/mainnet/smart-contracts/references/host-fns.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ Functions only accessible for smart contract receive functions.
354354
``3`` for query a contract balance.
355355

356356
``4`` for query the exchange rates.
357+
358+
``5`` for check the account signature.
359+
360+
``6`` for query the account keys.
357361
:param i32 start: Pointer to the start of the invoke payload.
358362
:param i32 length: Length of the invoke payload.
359363
:return: If the last five bytes are ``0`` then the call succeeded. In this

0 commit comments

Comments
 (0)