Documentation ¶
Index ¶
- func ReturnNormalStack(s *Stack)
- type Stack
- func (st *Stack) Back(n int) *uint256.Int
- func (st *Stack) Cap() int
- func (st *Stack) Dup(n int)
- func (st *Stack) Len() int
- func (st *Stack) Peek() *uint256.Int
- func (st *Stack) Pop() (ret uint256.Int)
- func (st *Stack) Print()
- func (st *Stack) Push(d *uint256.Int)
- func (st *Stack) PushN(ds ...uint256.Int)
- func (st *Stack) Reset()
- func (st *Stack) Swap(n int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReturnNormalStack ¶
func ReturnNormalStack(s *Stack)
Types ¶
Click to show internal directories.
Click to hide internal directories.