@ardier16/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
45 lines • 676 B
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Recieved",
"type": "event"
},
{
"stateMutability": "payable",
"type": "receive"
},
{
"inputs": [
{
"internalType": "bool",
"name": "setingValue",
"type": "bool"
}
],
"name": "changeMode",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_withdrawble",
"type": "address"
}
],
"name": "doWithdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]