plugeth/core/vm/plugin_hooks.go

6 lines
64 B
Go
Raw Normal View History

2021-09-02 21:26:40 +00:00
package vm
func (st *Stack) Len() int {
return len(st.data)
}