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

Type declaration

Generated using TypeDoc