locklift
Version:
Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.
31 lines (30 loc) • 708 B
JSON
{
"ABI version": 2,
"version": "2.2",
"header": ["pubkey", "time", "expire"],
"functions": [
{
"name": "constructor",
"inputs": [],
"outputs": []
},
{
"name": "sendTransaction",
"inputs": [
{ "name": "dest", "type": "address" },
{ "name": "value", "type": "uint128" },
{ "name": "bounce", "type": "bool" },
{ "name": "flags", "type": "uint8" },
{ "name": "payload", "type": "cell" }
],
"outputs": []
}
],
"data": [],
"events": [],
"fields": [
{ "name": "_pubkey", "type": "uint256" },
{ "name": "_timestamp", "type": "uint64" },
{ "name": "_constructorFlag", "type": "bool" }
]
}