tuweni / org.apache.tuweni.evm.impl / Stack

Stack

class Stack (source)

Constructors

<init>

Stack(maxSize: Int = 1025)

Functions

get

fun get(i: Int): UInt256?

overflowed

fun overflowed(): Boolean

pop

fun pop(): UInt256?

push

fun push(value: Bytes32): Boolean

set

fun set(i: Int, elt: UInt256): Unit

size

fun size(): Int