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