TransactionSignature
struct TransactionSignature : Comparable
extension Flow.TransactionSignature: Codable
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
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws