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

Type declaration

Generated using TypeDoc