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

interface QueryPoolResponseSDKType {
    pool: undefined | PoolSDKType;
}

Properties

Properties

pool: undefined | PoolSDKType