Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alloc ¶
type Alloc struct { BigMap tz.BigInt `json:"big_map"` KeyType expression.Expression `json:"key_type"` ValueType expression.Expression `json:"value_type"` }
func (*Alloc) BigMapDiffOp ¶
func (*Alloc) MarshalJSON ¶
type Copy ¶
type Copy struct { SourceBigMap tz.BigInt `json:"source_big_map"` DestinationBigMap tz.BigInt `json:"destination_big_map"` }
func (*Copy) BigMapDiffOp ¶
func (*Copy) MarshalJSON ¶
type Update ¶
type Update struct { BigMap tz.BigInt `json:"big_map"` KeyHash *tz.ScriptExprHash `json:"key_hash"` Key expression.Expression `json:"key"` Value tz.Option[expression.Expression] `json:"value"` }
func (*Update) BigMapDiffOp ¶
func (*Update) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.