bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QuerySpotPriceRequest

    QuerySpotPriceRequest defines the gRPC request structure for a SpotPrice query.

    from message gamm.v1beta1.QuerySpotPriceRequest

    Hierarchy

    Index

    Constructors

    Properties

    baseAssetDenom: string = ""

    from field: string base_asset_denom = 2;

    poolId: bigint = protoInt64.zero

    from field: uint64 pool_id = 1;

    quoteAssetDenom: string = ""

    from field: string quote_asset_denom = 3;

    withSwapFee: boolean = false

    DEPRECATED

    from field: bool withSwapFee = 4 [deprecated = true];

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "gamm.v1beta1.QuerySpotPriceRequest"

    Methods