Block
public struct Block : Decodable
Represents block model in Graphene blockchain
-
Undocumented
Declaration
Swift
public let previous: String -
Undocumented
Declaration
Swift
public let timestamp: String -
Undocumented
Declaration
Swift
public let transactionMerkleRoot: String -
Undocumented
Declaration
Swift
public let transactions: [Transaction] -
Undocumented
Declaration
Swift
public let round: Int -
Undocumented
Declaration
Swift
public let account: Account -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Block Structure Reference