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

Type declaration

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            accountNumber?: number;
            bodyBytes?: Uint8Array;
            chainId?: string;
            publicKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; };
            sequence?: number;
            tip?: { amount?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; tipper?: string | undefined; };
        } & {
            accountNumber?: number;
            bodyBytes?: Uint8Array;
            chainId?: string;
            publicKey?: {
                typeUrl?: string;
                value?: Uint8Array;
            } & ({ typeUrl?: string | undefined; value?: Uint8Array | undefined; }) & { [ K in string | number | symbol]: never };
            sequence?: number;
            tip?: {
                amount?: ({ denom?: string | undefined; amount?: string | undefined; })[];
                tipper?: string;
            } & ({ amount?: ({ denom?: string | undefined; amount?: string | undefined; }[] & ({ denom?: string | undefined; amount?: string | undefined; } & { denom?: string | undefined; amount?: string | undefined; } & { [K in Exclude<...>]: never; })[] & { [K in Exclude<...>]: never; }) | undefined; tipper?: string | undefined; }) & { [ K in string | number | symbol]: never };
        } & { [ K in string | number | symbol]: never }

      Parameters

      • object: I

      Returns SignDocDirectAux

  • toJSON:function

Generated using TypeDoc