Any account which supports Giver ABI (GiverV2, GiverV3):
{ "ABI version": 2, "header": ["pubkey", "time", "expire"], "functions": [{ "name": "sendTransaction", "inputs": [ {"name":"dest","type":"address"}, {"name":"value","type":"uint128"}, {"name":"bounce","type":"bool"}, ], "outputs": [] }], "events": []} Copy
{ "ABI version": 2, "header": ["pubkey", "time", "expire"], "functions": [{ "name": "sendTransaction", "inputs": [ {"name":"dest","type":"address"}, {"name":"value","type":"uint128"}, {"name":"bounce","type":"bool"}, ], "outputs": [] }], "events": []}
Readonly
Account contract address
Static
Fetch contract public key
Prepares and signs an external message to this account
Any account which supports Giver ABI (GiverV2, GiverV3):