We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d26748f + 63809dc commit c284649Copy full SHA for c284649
source/mainnet/smart-contracts/references/host-fns.rst
@@ -354,6 +354,10 @@ Functions only accessible for smart contract receive functions.
354
``3`` for query a contract balance.
355
356
``4`` for query the exchange rates.
357
+
358
+ ``5`` for check the account signature.
359
360
+ ``6`` for query the account keys.
361
:param i32 start: Pointer to the start of the invoke payload.
362
:param i32 length: Length of the invoke payload.
363
:return: If the last five bytes are ``0`` then the call succeeded. In this
0 commit comments