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

interface QueryPoolResponse {
    pool: Pool;
}

Properties

Properties

pool: Pool

pool defines the pool info.