PreAuthTx

data class PreAuthTx(val hash: ByteArray) : SignerKey

Pre-authorized transaction hash signer.

Pre-authorized transaction signers allow a transaction to be authorized by including the hash of a specific transaction as a signer. This is useful for creating transactions that can only be executed if a specific other transaction is also executed.

Constructors

Link copied to clipboard
constructor(hash: ByteArray)

Properties

Link copied to clipboard

The 32-byte transaction hash

Functions

Link copied to clipboard
open override fun encodeSignerKey(): String

Gets the encoded string representation of this signer key.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun toXdr(): SignerKeyXdr

Converts this SignerKey to its XDR representation.