UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

12 lines (11 loc) 335 B
import type { AccountAddress } from './AccountAddress'; import type { PoolImplementationType } from './PoolImplementationType'; /** * validator's participation in elections */ export type WithdrawStakeAction = { amount: number; staker: AccountAddress; pool: AccountAddress; implementation: PoolImplementationType; };