Documentation
¶
Index ¶
- type Stack
- func (s *Stack) CheckStackDepth(minRequire int, willAdd int) error
- func (s Stack) DebugPrint()
- func (s *Stack) Dup(n int)
- func (s *Stack) Len() int
- func (s *Stack) Peek() *evmInt256.Int
- func (s *Stack) PeekN(n int) []*evmInt256.Int
- func (s *Stack) Pop() *evmInt256.Int
- func (s *Stack) PopN(n int) []*evmInt256.Int
- func (s *Stack) Push(i *evmInt256.Int)
- func (s *Stack) PushN(i []*evmInt256.Int)
- func (s *Stack) Swap(n int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
func (Stack) DebugPrint ¶
func (s Stack) DebugPrint()
Click to show internal directories.
Click to hide internal directories.