ConfirmGatewayTxsResponse: {
    create<I>(base?): ConfirmGatewayTxsResponse;
    decode(input, length?): ConfirmGatewayTxsResponse;
    encode(_, writer?): Writer;
    fromJSON(_): ConfirmGatewayTxsResponse;
    fromPartial<I>(_): ConfirmGatewayTxsResponse;
    toJSON(_): unknown;
}

Type declaration

Generated using TypeDoc