NeedsMoreSignaturesException

Exception thrown when a transaction requires additional authorization signatures.

Some contract invocations require authorization from specific accounts. These accounts must sign the authorization entries using AssembledTransaction.signAuthEntries before the transaction can be submitted.

Use AssembledTransaction.needsNonInvokerSigningBy to see which accounts need to sign.

Constructors

Link copied to clipboard
constructor(message: String, assembledTransaction: AssembledTransaction<*>)

Properties

Link copied to clipboard

The AssembledTransaction that caused the error

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?