interface ReactivateStakeEvent {
    amount: bigint;
    pool_address: string;
}

Properties

Properties

amount: bigint
pool_address: string