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

Type declaration

Generated using TypeDoc