C# Class Nethereum.EVM.VM

ファイルを表示 Open project: Nethereum/Nethereum

Public Methods

Method Description
GetInstructionInfo ( byte instruction ) : InstructionInfo
PadTo32Bytes ( byte bytesToPad ) : byte[]
Step ( Program program ) : void

Method Details

GetInstructionInfo() public method

public GetInstructionInfo ( byte instruction ) : InstructionInfo
instruction byte
return InstructionInfo

PadTo32Bytes() public method

public PadTo32Bytes ( byte bytesToPad ) : byte[]
bytesToPad byte
return byte[]

Step() public method

public Step ( Program program ) : void
program Program
return void