Skip to main content

InputInterface

interface InputInterface

An input to a user transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

input = call-arg

call-arg = %d00 bytes ; Pure
=/ %d01 object-arg ; Object

object-arg = %d00 object-reference ; ImmutableOrOwned
=/ %d01 object-id u64 bool ; Shared
=/ %d02 object-reference ; Receiving

Inheritors

Input