Function createSignDoc

  • Parameters

    • chainId: string
    • coinType: string
    • account: {
          accountNumber: string;
          pubKey: Uint8Array;
          publicKey: {
              typeUrl: string;
              value: string;
          };
          sequence: string;
          type: string;
      }
      • accountNumber: string
      • pubKey: Uint8Array
      • publicKey: {
            typeUrl: string;
            value: string;
        }
        • typeUrl: string
        • value: string
      • sequence: string
      • type: string
    • messages: DecodeObject[]
    • fee: StdFee
    • memo: string

    Returns SignDoc