ConfirmedBlock - p2p-org/solana-swift GitHub Wiki
ConfirmedBlock
public struct ConfirmedBlock: Decodable
Inheritance
Decodable
Properties
blockhash
public let blockhash: String
previousBlockhash
public let previousBlockhash: String
parentSlot
public let parentSlot: UInt64
transactions
public let transactions: [TransactionInfo]
rewards
public let rewards: [Reward]
blockTime
public let blockTime: UInt64?