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

Properties

amount_unlocked: bigint
delegator_address: string
pool_address: string