Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

NodeActionParams

NodeActionParams = object & { assetValue: AssetValue; type: MemoType.BOND | MemoType.UNBOND; } | { assetValue?: undefined; type: MemoType.LEAVE; }

Defined in: packages/plugins/src/thorchain/types.ts:42

address: string