UNPKG

@chorus-one/ethereum

Version:

All-in-one toolkit for building staking dApps on Ethereum network

8 lines (7 loc) 269 B
import { Transaction } from '../types/transaction'; import { NetworkConfig } from '../utils/getNetworkConfig'; export declare function buildValidatorExitTx(request: { config: NetworkConfig; validatorPubkey: string; value?: bigint; }): Promise<Transaction>;