Properties
name
string
Name of the function
parameters
Parameters of the function.
constant
boolean
true if the function is constant or read-only.
send
boolean
true if the function is used for sending native assets with a two-phase send.
sendUnsafe
boolean
true if the function is used for sending native assets.
receive
boolean
true if the function is used for receiving native assets.
claim
boolean
true if the function is used for claiming GAS.
refundAssets
boolean
true if the function is used for refunding native assets.
completeSend
boolean
true if the function is used for the second phase of a send.