interface StakeParams {
    stakingPool: `0x${string}`;
    amount: bigint;
}

Properties

Properties

stakingPool: `0x${string}`
amount: bigint