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

Type declaration

Generated using TypeDoc