QueryPoolResponse is response type for the Query/Pool RPC method.

interface QueryPoolResponseAmino {
    pool?: PoolAmino;
}

Properties

Properties

pool?: PoolAmino

pool defines the pool info.