SignatureInformation

@Serializable
data class SignatureInformation(var err: JsonElement?, val memo: JsonElement?, val signature: String?, val slot: Long?, val blockTime: Long?, val confirmationStatus: String?)

Constructors

Link copied to clipboard
constructor(err: JsonElement?, memo: JsonElement?, signature: String?, slot: Long?, blockTime: Long?, confirmationStatus: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var err: JsonElement?
Link copied to clipboard
val memo: JsonElement?
Link copied to clipboard
Link copied to clipboard
val slot: Long?