DVPair: {
    decode(input: Uint8Array | Reader, length?: number): DVPair;
    encode(message: DVPair, writer?: Writer): Writer;
    fromJSON(object: any): DVPair;
    fromPartial<I>(object: I): DVPair;
    toJSON(message: DVPair): unknown;
}

Type declaration

Generated using TypeDoc