Skip to main content

InputInterface

type InputInterface

An input to a user transaction

BCS

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

```text 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 ```

type InputInterface interface {
}