Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array struct {
// contains filtered or unexported fields
}
func (*Array) GetBigInteger ¶
func (*Array) GetBoolean ¶
func (*Array) GetByteArray ¶
func (*Array) GetInterface ¶
func (a *Array) GetInterface()
type Boolean ¶
type Boolean struct {
// contains filtered or unexported fields
}
func NewBoolean ¶
func (*Boolean) GetBigInteger ¶
func (*Boolean) GetBoolean ¶
func (*Boolean) GetByteArray ¶
func (*Boolean) GetInterface ¶
func (b *Boolean) GetInterface()
type ByteArray ¶
type ByteArray struct {
// contains filtered or unexported fields
}
func NewByteArray ¶
func (*ByteArray) GetBigInteger ¶
func (*ByteArray) GetBoolean ¶
func (*ByteArray) GetByteArray ¶
func (*ByteArray) GetInterface ¶
func (ba *ByteArray) GetInterface()
type Integer ¶
type Integer struct {
// contains filtered or unexported fields
}
func NewInteger ¶
func (*Integer) GetBigInteger ¶
func (*Integer) GetBoolean ¶
func (*Integer) GetByteArray ¶
func (*Integer) GetInterface ¶
func (i *Integer) GetInterface()
type InteropInterface ¶
type InteropInterface struct {
// contains filtered or unexported fields
}
func NewInteropInterface ¶
func NewInteropInterface(value interfaces.IInteropInterface) *InteropInterface
func (*InteropInterface) Equals ¶
func (ii *InteropInterface) Equals() bool
func (*InteropInterface) GetArray ¶
func (ii *InteropInterface) GetArray() []StackItem
func (*InteropInterface) GetBigInteger ¶
func (ii *InteropInterface) GetBigInteger() big.Int
func (*InteropInterface) GetBoolean ¶
func (ii *InteropInterface) GetBoolean() bool
func (*InteropInterface) GetByteArray ¶
func (ii *InteropInterface) GetByteArray() []byte
func (*InteropInterface) GetInterface ¶
func (ii *InteropInterface) GetInterface()
Click to show internal directories.
Click to hide internal directories.