Skip to main content

StateVariable

@totemsdk/core


@totemsdk/core / StateVariable

Interface: StateVariable

Properties

port

port: number


type

type: "string" | "number" | "bool" | "hex"


value

value: string | bigint | boolean | Uint8Array<ArrayBufferLike>