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

Type declaration

Generated using TypeDoc