Documentation ¶
Index ¶
- type Stack
- func (s *Stack) CheckStackDepth(minRequire int, willAdd int) error
- func (s *Stack) Dup(n int)
- func (s *Stack) GetData() []*evmutils.Int
- func (s *Stack) Len() int
- func (s *Stack) Peek() *evmutils.Int
- func (s *Stack) PeekN(n int) []*evmutils.Int
- func (s *Stack) Pop() *evmutils.Int
- func (s *Stack) PopN(n int) []*evmutils.Int
- func (s *Stack) Print2Str() string
- func (s *Stack) Push(i *evmutils.Int)
- func (s *Stack) PushN(i []*evmutils.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
}
Click to show internal directories.
Click to hide internal directories.