C# Class Nethereum.EVM.VM

Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

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

Method Details

GetInstructionInfo() public méthode

public GetInstructionInfo ( byte instruction ) : InstructionInfo
instruction byte
Résultat InstructionInfo

PadTo32Bytes() public méthode

public PadTo32Bytes ( byte bytesToPad ) : byte[]
bytesToPad byte
Résultat byte[]

Step() public méthode

public Step ( Program program ) : void
program Program
Résultat void