xrpl
    Preparing search index...

    Function signMultiBatch

    • Sign a multi-account Batch transaction.

      Parameters

      • wallet: Wallet

        Wallet instance.

      • transaction: Batch

        The Batch transaction to sign.

      • opts: { batchAccount?: string; multisign?: string | boolean } = {}

        Additional options for regular key and multi-signing complexity.

        • OptionalbatchAccount?: string

          The account submitting the inner Batch transaction, on behalf of which is this signature.

        • Optionalmultisign?: string | boolean

          Specify true/false to use multisign or actual address (classic/x-address) to make multisign tx request. The actual address is only needed in the case of regular key usage.

      Returns void

      ValidationError if the transaction is malformed.