OPNet
    Preparing search index...

    Type Alias LiquidityReservedEvent

    type LiquidityReservedEvent = {
        depositAddress: string;
        providerId: bigint;
        satoshisAmount: bigint;
        tokenAmount: bigint;
    }
    Index

    Properties

    depositAddress: string
    providerId: bigint
    satoshisAmount: bigint
    tokenAmount: bigint