TrReceipt
public struct TrReceipt : Decodable
Information about transaction
-
Undocumented
Declaration
Swift
public let statusCode: UInt? -
Undocumented
Declaration
Swift
public let gasUsed: UInt? -
Undocumented
Declaration
Swift
public let bloom: String? -
Undocumented
Declaration
Swift
public let log: [Log]? -
Undocumented
Declaration
Swift
public init(statusCode: UInt?, gasUsed: UInt?, bloom: String?, log: [Log]?) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
TrReceipt Structure Reference