UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

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