Skip to content

Instantly share code, notes, and snippets.

@ninjaahhh
Created September 24, 2019 23:06
Show Gist options
  • Save ninjaahhh/16082e825d98b0d4777292bf24fc133d to your computer and use it in GitHub Desktop.
Save ninjaahhh/16082e825d98b0d4777292bf24fc133d to your computer and use it in GitHub Desktop.
Get locked stakes for root chain PoSW
[
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "staker",
"type": "address"
}
],
"name": "getLockedStakes",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment