Protected
apiReadonly
parameterscontract address
name of method
Optional
stack: TupleItem[]stack and gas_used field
use runMethod instead
Invoke get method that returns error code instead of throwing error
contract address
name of method
Optional
stack: TupleItem[]stack and gas_used field
use runMethodWithError instead
Estimate fees for external message
Get Address Balance
address for balance check
balance
Resolves contract state
contract address
Get transaction by it's id
address
logical time
transaction hash
transaction or null if not exist
Get transactions
address
Optional
archival?: booleanOptional
hash?: stringOptional
inclusive?: booleanOptional
lt?: stringOptional
to_Check if contract is deployed
addres to check
true if contract is in active state
Create a provider
address
Optional
init: null | StateInitoptional init
provider
Invoke get method
contract address
name of method
Optional
stack: TupleItem[]stack and gas_used field
Invoke get method that returns error code instead of throwing error
contract address
name of method
Optional
params: any[]optional parameters
stack and gas_used field
Send external message to contract
contract to send message
message body
Generated using TypeDoc
Invoke get method