interface UnlockStakeEvent {
    amount_unlocked: bigint;
    pool_address: string;
}

Properties

amount_unlocked: bigint
pool_address: string