TransactionSignature
public struct TransactionSignature : Comparable
Undocumented
-
The address of the signature
Declaration
Swift
public let address: Address -
The index of the signed key
Declaration
Swift
public let keyIndex: Int -
Signature Data
Declaration
Swift
public let signature: Data -
Undocumented
-
Declaration
View on GitHub
TransactionSignature Structure Reference