@sentio/sdk
    Preparing search index...

    Interface WithdrawStakeEvent

    interface WithdrawStakeEvent {
        amount_withdrawn: bigint;
        pool_address: string;
    }
    Index

    Properties

    amount_withdrawn: bigint
    pool_address: string