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

interface QueryPoolResponse {
    pool: undefined | Pool;
}

Properties

Properties

pool: undefined | Pool

pool defines the pool info.