OPNet
    Preparing search index...

    Type Alias BTCStakedEvent

    type BTCStakedEvent = {
        netAmount: bigint;
        stakeIndex: bigint;
        stakeTxId: bigint;
        user: Address;
    }
    Index

    Properties

    netAmount: bigint
    stakeIndex: bigint
    stakeTxId: bigint
    user: Address