ReturnData

@Serializable
data class ReturnData(val programId: String, val data: String)

Constructors

Link copied to clipboard
constructor(programId: String, data: String)

Properties

Link copied to clipboard

The return data itself, as base-64 encoded binary data

Link copied to clipboard

The program that generated the return data