Package genlayer.py.storage._internal.desc_record#
Warning
This is an internal module
- class genlayer.py.storage._internal.desc_record.ComplexCopyAction[source]#
- __init__(*args, **kwargs)#
- class genlayer.py.storage._internal.desc_record.TypeDesc[source]#
Basic type description
- copy_actions: list[CopyAction]#
actions that must be executed for copying this data
int
representsmemcpy
- abstract get(slot: StorageSlot, off: int) T [source]#
Method that reads value from slot and offset pair
- Return type:
T