Bcs

interface Bcs

Bcs contains an arbitrary type that is serialized using the BCS format as well as a name that identifies the type of the serialized value.

Properties

Link copied to clipboard
abstract val name: String?

Name that identifies the type of the serialized value.

Link copied to clipboard

Returns the field-presence view for this Bcs instance.

Link copied to clipboard
abstract val value: <Error class: unknown class>?

Bytes of a BCS serialized value.

Functions

Link copied to clipboard
Link copied to clipboard
fun Bcs.copy(body: <Error class: unknown class>.() -> Unit = {}): Bcs

Copies the original message, including unknown fields.