Readonly
addressContains on-chain views that are defined by the target Tezos Smart Contract, and offers the user to simulate the views execution as if they were native TS/JS methods. NB: the expected format for the parameter when calling a smart contract view is the object format (same format as for the storage) and not the flattened representation.
Readonly
entrypointsReadonly
eventuse methodsObject instead, flat params of methods can't sufficiently represent all Michelson values
Contains methods that are implemented by the target Tezos Smart Contract, and offers the user to call the Smart Contract methods as if they were native TS/JS methods. NB: if the contract contains annotation it will include named properties; if not it will be indexed by a number.
Contains methods that are implemented by the target Tezos Smart Contract, and offers the user to call the Smart Contract methods as if they were native TS/JS methods.
methodsObject
serves the exact same purpose as the methods
member. The difference is that it allows passing the parameter in an object format when calling the smart contract method (instead of the flattened representation)
NB: if the contract contains annotation it will include named properties; if not it will be indexed by a number.
Readonly
parameterReadonly
schemaReadonly
scriptReadonly
viewBigMap key to fetch
Return a friendly representation of the smart contract big map value
getBigMapKey has been deprecated in favor of getBigMapKeyByID
https://tezos.gitlab.io/api/rpc.html#post-block-id-context-contracts-contract-id-big-map-get
Description
Smart contract abstraction