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 GeneralInterface ¶
type GeneralInterface struct {
// contains filtered or unexported fields
}
func NewGeneralInterface ¶
func NewGeneralInterface(value interfaces.IGeneralInterface) *GeneralInterface
func (*GeneralInterface) Equals ¶
func (ii *GeneralInterface) Equals() bool
func (*GeneralInterface) GetArray ¶
func (ii *GeneralInterface) GetArray() []StackItem
func (*GeneralInterface) GetBigInteger ¶
func (ii *GeneralInterface) GetBigInteger() big.Int
func (*GeneralInterface) GetBoolean ¶
func (ii *GeneralInterface) GetBoolean() bool
func (*GeneralInterface) GetByteArray ¶
func (ii *GeneralInterface) GetByteArray() []byte
func (*GeneralInterface) GetInterface ¶
func (ii *GeneralInterface) 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()
Click to show internal directories.
Click to hide internal directories.