Constructors
Properties
$inferInput
$inferType
name
name: string
read
serializedSize
validate
validate: (value: Input) => void Methods
fromBase58
- fromBase58(b64: string): T
Returns T
fromBase64
- fromBase64(b64: string): T
Returns T
fromHex
- fromHex(hex: string): T
Returns T
parse
- parse(bytes: Uint8Array): T
Returns T
write
- write(value: Input, writer: BcsWriter): void
Returns void