BlockSeal struct BlockSeal : Codable The data structure of Flow.Block which is sealed Show on GitHub blockId Declaration Swift public let blockId: ID Show on GitHub executionReceiptId Declaration Swift public let executionReceiptId: ID Show on GitHub executionReceiptSignatures Declaration Swift public let executionReceiptSignatures: [Signature]? Show on GitHub resultApprovalSignatures Declaration Swift public let resultApprovalSignatures: [Signature]? Show on GitHub init(from:) Declaration Swift public init(from decoder: Decoder) throws Show on GitHub init(id:executionReceiptId:executionReceiptSignatures:resultApprovalSignatures:) Declaration Swift public init(id: Flow.ID, executionReceiptId: Flow.ID, executionReceiptSignatures: [Flow.Signature], resultApprovalSignatures: [Flow.Signature]) Show on GitHub © 2025 Outblock Team. All rights reserved. (Last updated: 2025-03-31) Generated by jazzy ♪♫ v0.15.3, a Realm project.