Structs§
- Call
Scope Builder - Builder for constructing a
CallScopewith ergonomic helpers for common TIP-20 selectors. - KeyRestrictions
- SDK-level access-key restrictions used for AccountKeychain call builders.
Enums§
- Keychain
Build Error - Error raised when building AccountKeychain calls with incompatible restrictions.
Functions§
- account_
keychain_ 🔒call - authorize_
key - Build an
authorizeKey(address,uint8,KeyRestrictions)precompile call. - authorize_
key_ legacy - Build a pre-T3
authorizeKeycall. - remove_
allowed_ calls - Build a
removeAllowedCalls(address,address)precompile call. - revoke_
key - Build a
revokeKey(address)precompile call. - set_
allowed_ calls - Build a
setAllowedCalls(address,CallScope[])precompile call. - update_
spending_ limit - Build an
updateSpendingLimit(address,address,uint256)precompile call.