BlockSeal
struct BlockSeal : Codable
The data structure of Flow.Block
which is sealed
-
Undocumented
Declaration
Swift
public let blockId: ID
-
Undocumented
Declaration
Swift
public let executionReceiptId: ID
-
Undocumented
Declaration
Swift
public let executionReceiptSignatures: [Signature]?
-
Undocumented
Declaration
Swift
public let resultApprovalSignatures: [Signature]?
-
Declaration
Swift
public init(from decoder: Decoder) throws