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": []
}

Implements

Constructors

Properties

address: Address

Account contract address

GIVER_KEY_PAIR: Ed25519KeyPair = ...

Methods