Go to the documentation of this file.
4 from .
import copy_ctypes_list
5 from .evm_const
import *
8 class CsEvm(ctypes.Structure):
10 (
'pop', ctypes.c_byte),
11 (
'push', ctypes.c_byte),
12 (
'fee', ctypes.c_uint),
16 return (a.pop, a.push, a.fee)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:59:16