Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Felt = Marshal[*felt.Felt]() Address = Marshal[*felt.Address]() ClassHash = Marshal[*felt.ClassHash]() SierraClassHash = Marshal[*felt.SierraClassHash]() TransactionHash = Marshal[*felt.TransactionHash]() )
View Source
var Bytes = BytesSerializer{}
View Source
var Empty = emptySerializer{}
View Source
var Uint64 = uint64Serializer{}
Functions ¶
Types ¶
type BytesSerializer ¶
type BytesSerializer struct{}
func (BytesSerializer) Marshal ¶
func (BytesSerializer) Marshal(value []byte) []byte
type Serializer ¶
Click to show internal directories.
Click to hide internal directories.