UNPKG
@swaptoshi/governance-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr governance on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/governance-module
/
dist
/
types
/
dependencies
/
pos.d.ts
8 lines
(7 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
StakeTransactionParams
{
stakes
:
StakeObject
[]; }
export
interface
StakeObject
{
validatorAddress
:
Buffer
;
amount
:
bigint
; }