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

Type declaration

Generated using TypeDoc