molecule

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const HeaderSizeUint uint32 = 4

Variables

This section is empty.

Functions

func Bytes2GoU16

func Bytes2GoU16(bys []byte) (uint16, error)

func Bytes2GoU32

func Bytes2GoU32(bys []byte) (uint32, error)

func Bytes2GoU64

func Bytes2GoU64(bys []byte) (uint64, error)

func Bytes2GoU8

func Bytes2GoU8(bys []byte) (uint8, error)

func Go64ToBytes

func Go64ToBytes(i int64) []byte

func GoU32ToBytes

func GoU32ToBytes(data uint32) []byte

func GoU64ToBytes added in v1.0.1

func GoU64ToBytes(data uint64) []byte

func Has0xPrefix

func Has0xPrefix(str string) bool

func MoleculeScript2CkbScript

func MoleculeScript2CkbScript(script *Script) *types.Script

Types

type AccountAuctionCellData

type AccountAuctionCellData struct {
	// contains filtered or unexported fields
}

func AccountAuctionCellDataDefault

func AccountAuctionCellDataDefault() AccountAuctionCellData

func AccountAuctionCellDataFromSlice

func AccountAuctionCellDataFromSlice(slice []byte, compatible bool) (*AccountAuctionCellData, error)

func AccountAuctionCellDataFromSliceUnchecked

func AccountAuctionCellDataFromSliceUnchecked(slice []byte) *AccountAuctionCellData

func (*AccountAuctionCellData) Account

func (s *AccountAuctionCellData) Account() *Bytes

func (*AccountAuctionCellData) AccountId

func (s *AccountAuctionCellData) AccountId() *AccountId

func (*AccountAuctionCellData) AsBuilder

func (*AccountAuctionCellData) AsSlice

func (s *AccountAuctionCellData) AsSlice() []byte

func (*AccountAuctionCellData) CountExtraFields

func (s *AccountAuctionCellData) CountExtraFields() uint

func (*AccountAuctionCellData) CurrentBidPrice

func (s *AccountAuctionCellData) CurrentBidPrice() *Uint64

func (*AccountAuctionCellData) CurrentBidderLock

func (s *AccountAuctionCellData) CurrentBidderLock() *Script

func (*AccountAuctionCellData) Description

func (s *AccountAuctionCellData) Description() *Bytes

func (*AccountAuctionCellData) EndedAt

func (s *AccountAuctionCellData) EndedAt() *Uint64

func (*AccountAuctionCellData) FieldCount

func (s *AccountAuctionCellData) FieldCount() uint

func (*AccountAuctionCellData) HasExtraFields

func (s *AccountAuctionCellData) HasExtraFields() bool

func (*AccountAuctionCellData) IncrementRateEachBid

func (s *AccountAuctionCellData) IncrementRateEachBid() *Uint32

func (*AccountAuctionCellData) IsEmpty

func (s *AccountAuctionCellData) IsEmpty() bool

func (*AccountAuctionCellData) Len

func (s *AccountAuctionCellData) Len() uint

func (*AccountAuctionCellData) OpeningPrice

func (s *AccountAuctionCellData) OpeningPrice() *Uint64

func (*AccountAuctionCellData) PrevBidderProfitRate

func (s *AccountAuctionCellData) PrevBidderProfitRate() *Uint32

func (*AccountAuctionCellData) StartedAt

func (s *AccountAuctionCellData) StartedAt() *Uint64

func (*AccountAuctionCellData) TotalSize

func (s *AccountAuctionCellData) TotalSize() uint

type AccountAuctionCellDataBuilder

type AccountAuctionCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountAuctionCellDataBuilder

func NewAccountAuctionCellDataBuilder() *AccountAuctionCellDataBuilder

func (*AccountAuctionCellDataBuilder) Account

func (*AccountAuctionCellDataBuilder) AccountId

func (*AccountAuctionCellDataBuilder) Build

func (*AccountAuctionCellDataBuilder) CurrentBidPrice

func (*AccountAuctionCellDataBuilder) CurrentBidderLock

func (*AccountAuctionCellDataBuilder) Description

func (*AccountAuctionCellDataBuilder) EndedAt

func (*AccountAuctionCellDataBuilder) IncrementRateEachBid

func (*AccountAuctionCellDataBuilder) OpeningPrice

func (*AccountAuctionCellDataBuilder) PrevBidderProfitRate

func (*AccountAuctionCellDataBuilder) StartedAt

type AccountCellData

type AccountCellData struct {
	// contains filtered or unexported fields
}

func AccountCellDataDefault

func AccountCellDataDefault() AccountCellData

func AccountCellDataFromSlice

func AccountCellDataFromSlice(slice []byte, compatible bool) (*AccountCellData, error)

func AccountCellDataFromSliceUnchecked

func AccountCellDataFromSliceUnchecked(slice []byte) *AccountCellData

func (*AccountCellData) Account

func (s *AccountCellData) Account() *AccountChars

func (*AccountCellData) AsBuilder

func (s *AccountCellData) AsBuilder() AccountCellDataBuilder

func (*AccountCellData) AsSlice

func (s *AccountCellData) AsSlice() []byte

func (*AccountCellData) CountExtraFields

func (s *AccountCellData) CountExtraFields() uint

func (*AccountCellData) EnableSubAccount

func (s *AccountCellData) EnableSubAccount() *Uint8

func (*AccountCellData) FieldCount

func (s *AccountCellData) FieldCount() uint

func (*AccountCellData) HasExtraFields

func (s *AccountCellData) HasExtraFields() bool

func (*AccountCellData) Id

func (s *AccountCellData) Id() *AccountId

func (*AccountCellData) IsEmpty

func (s *AccountCellData) IsEmpty() bool

func (*AccountCellData) LastEditManagerAt

func (s *AccountCellData) LastEditManagerAt() *Uint64

func (*AccountCellData) LastEditRecordsAt

func (s *AccountCellData) LastEditRecordsAt() *Uint64

func (*AccountCellData) LastTransferAccountAt

func (s *AccountCellData) LastTransferAccountAt() *Uint64

func (*AccountCellData) Len

func (s *AccountCellData) Len() uint

func (*AccountCellData) Records

func (s *AccountCellData) Records() *Records

func (*AccountCellData) RegisteredAt

func (s *AccountCellData) RegisteredAt() *Uint64

func (*AccountCellData) RenewSubAccountPrice

func (s *AccountCellData) RenewSubAccountPrice() *Uint64

func (*AccountCellData) Status

func (s *AccountCellData) Status() *Uint8

func (*AccountCellData) TotalSize

func (s *AccountCellData) TotalSize() uint

type AccountCellDataBuilder

type AccountCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountCellDataBuilder

func NewAccountCellDataBuilder() *AccountCellDataBuilder

func (*AccountCellDataBuilder) Account

func (*AccountCellDataBuilder) Build

func (*AccountCellDataBuilder) EnableSubAccount

func (s *AccountCellDataBuilder) EnableSubAccount(v Uint8) *AccountCellDataBuilder

func (*AccountCellDataBuilder) Id

func (*AccountCellDataBuilder) LastEditManagerAt

func (s *AccountCellDataBuilder) LastEditManagerAt(v Uint64) *AccountCellDataBuilder

func (*AccountCellDataBuilder) LastEditRecordsAt

func (s *AccountCellDataBuilder) LastEditRecordsAt(v Uint64) *AccountCellDataBuilder

func (*AccountCellDataBuilder) LastTransferAccountAt

func (s *AccountCellDataBuilder) LastTransferAccountAt(v Uint64) *AccountCellDataBuilder

func (*AccountCellDataBuilder) Records

func (*AccountCellDataBuilder) RegisteredAt

func (*AccountCellDataBuilder) RenewSubAccountPrice

func (s *AccountCellDataBuilder) RenewSubAccountPrice(v Uint64) *AccountCellDataBuilder

func (*AccountCellDataBuilder) Status

type AccountCellDataV1

type AccountCellDataV1 struct {
	// contains filtered or unexported fields
}

func AccountCellDataV1Default

func AccountCellDataV1Default() AccountCellDataV1

func AccountCellDataV1FromSlice

func AccountCellDataV1FromSlice(slice []byte, compatible bool) (*AccountCellDataV1, error)

func AccountCellDataV1FromSliceUnchecked

func AccountCellDataV1FromSliceUnchecked(slice []byte) *AccountCellDataV1

func (*AccountCellDataV1) Account

func (s *AccountCellDataV1) Account() *AccountChars

func (*AccountCellDataV1) AsBuilder

func (*AccountCellDataV1) AsSlice

func (s *AccountCellDataV1) AsSlice() []byte

func (*AccountCellDataV1) CountExtraFields

func (s *AccountCellDataV1) CountExtraFields() uint

func (*AccountCellDataV1) FieldCount

func (s *AccountCellDataV1) FieldCount() uint

func (*AccountCellDataV1) HasExtraFields

func (s *AccountCellDataV1) HasExtraFields() bool

func (*AccountCellDataV1) Id

func (s *AccountCellDataV1) Id() *AccountId

func (*AccountCellDataV1) IsEmpty

func (s *AccountCellDataV1) IsEmpty() bool

func (*AccountCellDataV1) Len

func (s *AccountCellDataV1) Len() uint

func (*AccountCellDataV1) Records

func (s *AccountCellDataV1) Records() *Records

func (*AccountCellDataV1) RegisteredAt

func (s *AccountCellDataV1) RegisteredAt() *Uint64

func (*AccountCellDataV1) Status

func (s *AccountCellDataV1) Status() *Uint8

func (*AccountCellDataV1) TotalSize

func (s *AccountCellDataV1) TotalSize() uint

func (*AccountCellDataV1) UpdatedAt

func (s *AccountCellDataV1) UpdatedAt() *Uint64

type AccountCellDataV1Builder

type AccountCellDataV1Builder struct {
	// contains filtered or unexported fields
}

func NewAccountCellDataV1Builder

func NewAccountCellDataV1Builder() *AccountCellDataV1Builder

func (*AccountCellDataV1Builder) Account

func (*AccountCellDataV1Builder) Build

func (*AccountCellDataV1Builder) Id

func (*AccountCellDataV1Builder) Records

func (*AccountCellDataV1Builder) RegisteredAt

func (*AccountCellDataV1Builder) Status

func (*AccountCellDataV1Builder) UpdatedAt

type AccountCellDataV2

type AccountCellDataV2 struct {
	// contains filtered or unexported fields
}

func AccountCellDataV2Default

func AccountCellDataV2Default() AccountCellDataV2

func AccountCellDataV2FromSlice

func AccountCellDataV2FromSlice(slice []byte, compatible bool) (*AccountCellDataV2, error)

func AccountCellDataV2FromSliceUnchecked

func AccountCellDataV2FromSliceUnchecked(slice []byte) *AccountCellDataV2

func (*AccountCellDataV2) Account

func (s *AccountCellDataV2) Account() *AccountChars

func (*AccountCellDataV2) AsBuilder

func (*AccountCellDataV2) AsSlice

func (s *AccountCellDataV2) AsSlice() []byte

func (*AccountCellDataV2) CountExtraFields

func (s *AccountCellDataV2) CountExtraFields() uint

func (*AccountCellDataV2) FieldCount

func (s *AccountCellDataV2) FieldCount() uint

func (*AccountCellDataV2) HasExtraFields

func (s *AccountCellDataV2) HasExtraFields() bool

func (*AccountCellDataV2) Id

func (s *AccountCellDataV2) Id() *AccountId

func (*AccountCellDataV2) IsEmpty

func (s *AccountCellDataV2) IsEmpty() bool

func (*AccountCellDataV2) LastEditManagerAt

func (s *AccountCellDataV2) LastEditManagerAt() *Uint64

func (*AccountCellDataV2) LastEditRecordsAt

func (s *AccountCellDataV2) LastEditRecordsAt() *Uint64

func (*AccountCellDataV2) LastTransferAccountAt

func (s *AccountCellDataV2) LastTransferAccountAt() *Uint64

func (*AccountCellDataV2) Len

func (s *AccountCellDataV2) Len() uint

func (*AccountCellDataV2) Records

func (s *AccountCellDataV2) Records() *Records

func (*AccountCellDataV2) RegisteredAt

func (s *AccountCellDataV2) RegisteredAt() *Uint64

func (*AccountCellDataV2) Status

func (s *AccountCellDataV2) Status() *Uint8

func (*AccountCellDataV2) TotalSize

func (s *AccountCellDataV2) TotalSize() uint

type AccountCellDataV2Builder

type AccountCellDataV2Builder struct {
	// contains filtered or unexported fields
}

func NewAccountCellDataV2Builder

func NewAccountCellDataV2Builder() *AccountCellDataV2Builder

func (*AccountCellDataV2Builder) Account

func (*AccountCellDataV2Builder) Build

func (*AccountCellDataV2Builder) Id

func (*AccountCellDataV2Builder) LastEditManagerAt

func (s *AccountCellDataV2Builder) LastEditManagerAt(v Uint64) *AccountCellDataV2Builder

func (*AccountCellDataV2Builder) LastEditRecordsAt

func (s *AccountCellDataV2Builder) LastEditRecordsAt(v Uint64) *AccountCellDataV2Builder

func (*AccountCellDataV2Builder) LastTransferAccountAt

func (s *AccountCellDataV2Builder) LastTransferAccountAt(v Uint64) *AccountCellDataV2Builder

func (*AccountCellDataV2Builder) Records

func (*AccountCellDataV2Builder) RegisteredAt

func (*AccountCellDataV2Builder) Status

type AccountChar

type AccountChar struct {
	// contains filtered or unexported fields
}

func AccountCharDefault

func AccountCharDefault() AccountChar

func AccountCharFromSlice

func AccountCharFromSlice(slice []byte, compatible bool) (*AccountChar, error)

func AccountCharFromSliceUnchecked

func AccountCharFromSliceUnchecked(slice []byte) *AccountChar

func (*AccountChar) AsBuilder

func (s *AccountChar) AsBuilder() AccountCharBuilder

func (*AccountChar) AsSlice

func (s *AccountChar) AsSlice() []byte

func (*AccountChar) Bytes

func (s *AccountChar) Bytes() *Bytes

func (*AccountChar) CharSetName

func (s *AccountChar) CharSetName() *Uint32

func (*AccountChar) CountExtraFields

func (s *AccountChar) CountExtraFields() uint

func (*AccountChar) FieldCount

func (s *AccountChar) FieldCount() uint

func (*AccountChar) HasExtraFields

func (s *AccountChar) HasExtraFields() bool

func (*AccountChar) IsEmpty

func (s *AccountChar) IsEmpty() bool

func (*AccountChar) Len

func (s *AccountChar) Len() uint

func (*AccountChar) TotalSize

func (s *AccountChar) TotalSize() uint

type AccountCharBuilder

type AccountCharBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountCharBuilder

func NewAccountCharBuilder() *AccountCharBuilder

func (*AccountCharBuilder) Build

func (s *AccountCharBuilder) Build() AccountChar

func (*AccountCharBuilder) Bytes

func (*AccountCharBuilder) CharSetName

func (s *AccountCharBuilder) CharSetName(v Uint32) *AccountCharBuilder

type AccountChars

type AccountChars struct {
	// contains filtered or unexported fields
}

func AccountCharsDefault

func AccountCharsDefault() AccountChars

func AccountCharsFromSlice

func AccountCharsFromSlice(slice []byte, compatible bool) (*AccountChars, error)

func AccountCharsFromSliceUnchecked

func AccountCharsFromSliceUnchecked(slice []byte) *AccountChars

func (*AccountChars) AsBuilder

func (s *AccountChars) AsBuilder() AccountCharsBuilder

func (*AccountChars) AsSlice

func (s *AccountChars) AsSlice() []byte

func (*AccountChars) Get

func (s *AccountChars) Get(index uint) *AccountChar

if *AccountChar is nil, index is out of bounds

func (*AccountChars) IsEmpty

func (s *AccountChars) IsEmpty() bool

func (*AccountChars) ItemCount

func (s *AccountChars) ItemCount() uint

func (*AccountChars) Len

func (s *AccountChars) Len() uint

func (*AccountChars) TotalSize

func (s *AccountChars) TotalSize() uint

type AccountCharsBuilder

type AccountCharsBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountCharsBuilder

func NewAccountCharsBuilder() *AccountCharsBuilder

func (*AccountCharsBuilder) Build

func (s *AccountCharsBuilder) Build() AccountChars

func (*AccountCharsBuilder) Extend

func (*AccountCharsBuilder) Push

func (*AccountCharsBuilder) Set

type AccountId

type AccountId struct {
	// contains filtered or unexported fields
}

func AccountIdDefault

func AccountIdDefault() AccountId

func AccountIdFromSlice

func AccountIdFromSlice(slice []byte, _compatible bool) (*AccountId, error)

func AccountIdFromSliceUnchecked

func AccountIdFromSliceUnchecked(slice []byte) *AccountId

func (*AccountId) AsBuilder

func (s *AccountId) AsBuilder() AccountIdBuilder

func (*AccountId) AsSlice

func (s *AccountId) AsSlice() []byte

func (*AccountId) Nth0

func (s *AccountId) Nth0() *Byte

func (*AccountId) Nth1

func (s *AccountId) Nth1() *Byte

func (*AccountId) Nth10

func (s *AccountId) Nth10() *Byte

func (*AccountId) Nth11

func (s *AccountId) Nth11() *Byte

func (*AccountId) Nth12

func (s *AccountId) Nth12() *Byte

func (*AccountId) Nth13

func (s *AccountId) Nth13() *Byte

func (*AccountId) Nth14

func (s *AccountId) Nth14() *Byte

func (*AccountId) Nth15

func (s *AccountId) Nth15() *Byte

func (*AccountId) Nth16

func (s *AccountId) Nth16() *Byte

func (*AccountId) Nth17

func (s *AccountId) Nth17() *Byte

func (*AccountId) Nth18

func (s *AccountId) Nth18() *Byte

func (*AccountId) Nth19

func (s *AccountId) Nth19() *Byte

func (*AccountId) Nth2

func (s *AccountId) Nth2() *Byte

func (*AccountId) Nth3

func (s *AccountId) Nth3() *Byte

func (*AccountId) Nth4

func (s *AccountId) Nth4() *Byte

func (*AccountId) Nth5

func (s *AccountId) Nth5() *Byte

func (*AccountId) Nth6

func (s *AccountId) Nth6() *Byte

func (*AccountId) Nth7

func (s *AccountId) Nth7() *Byte

func (*AccountId) Nth8

func (s *AccountId) Nth8() *Byte

func (*AccountId) Nth9

func (s *AccountId) Nth9() *Byte

func (*AccountId) RawData

func (s *AccountId) RawData() []byte

type AccountIdBuilder

type AccountIdBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountIdBuilder

func NewAccountIdBuilder() *AccountIdBuilder

func (*AccountIdBuilder) Build

func (s *AccountIdBuilder) Build() AccountId

func (*AccountIdBuilder) Nth0

func (*AccountIdBuilder) Nth1

func (*AccountIdBuilder) Nth10

func (s *AccountIdBuilder) Nth10(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth11

func (s *AccountIdBuilder) Nth11(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth12

func (s *AccountIdBuilder) Nth12(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth13

func (s *AccountIdBuilder) Nth13(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth14

func (s *AccountIdBuilder) Nth14(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth15

func (s *AccountIdBuilder) Nth15(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth16

func (s *AccountIdBuilder) Nth16(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth17

func (s *AccountIdBuilder) Nth17(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth18

func (s *AccountIdBuilder) Nth18(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth19

func (s *AccountIdBuilder) Nth19(v Byte) *AccountIdBuilder

func (*AccountIdBuilder) Nth2

func (*AccountIdBuilder) Nth3

func (*AccountIdBuilder) Nth4

func (*AccountIdBuilder) Nth5

func (*AccountIdBuilder) Nth6

func (*AccountIdBuilder) Nth7

func (*AccountIdBuilder) Nth8

func (*AccountIdBuilder) Nth9

func (*AccountIdBuilder) Set

func (s *AccountIdBuilder) Set(v [20]Byte) *AccountIdBuilder

type AccountSaleCellData

type AccountSaleCellData struct {
	// contains filtered or unexported fields
}

func AccountSaleCellDataDefault

func AccountSaleCellDataDefault() AccountSaleCellData

func AccountSaleCellDataFromSlice

func AccountSaleCellDataFromSlice(slice []byte, compatible bool) (*AccountSaleCellData, error)

func AccountSaleCellDataFromSliceUnchecked

func AccountSaleCellDataFromSliceUnchecked(slice []byte) *AccountSaleCellData

func (*AccountSaleCellData) Account

func (s *AccountSaleCellData) Account() *Bytes

func (*AccountSaleCellData) AccountId

func (s *AccountSaleCellData) AccountId() *AccountId

func (*AccountSaleCellData) AsBuilder

func (*AccountSaleCellData) AsSlice

func (s *AccountSaleCellData) AsSlice() []byte

func (*AccountSaleCellData) BuyerInviterProfitRate

func (s *AccountSaleCellData) BuyerInviterProfitRate() *Uint32

func (*AccountSaleCellData) CountExtraFields

func (s *AccountSaleCellData) CountExtraFields() uint

func (*AccountSaleCellData) Description

func (s *AccountSaleCellData) Description() *Bytes

func (*AccountSaleCellData) FieldCount

func (s *AccountSaleCellData) FieldCount() uint

func (*AccountSaleCellData) HasExtraFields

func (s *AccountSaleCellData) HasExtraFields() bool

func (*AccountSaleCellData) IsEmpty

func (s *AccountSaleCellData) IsEmpty() bool

func (*AccountSaleCellData) Len

func (s *AccountSaleCellData) Len() uint

func (*AccountSaleCellData) Price

func (s *AccountSaleCellData) Price() *Uint64

func (*AccountSaleCellData) StartedAt

func (s *AccountSaleCellData) StartedAt() *Uint64

func (*AccountSaleCellData) TotalSize

func (s *AccountSaleCellData) TotalSize() uint

type AccountSaleCellDataBuilder

type AccountSaleCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewAccountSaleCellDataBuilder

func NewAccountSaleCellDataBuilder() *AccountSaleCellDataBuilder

func (*AccountSaleCellDataBuilder) Account

func (*AccountSaleCellDataBuilder) AccountId

func (*AccountSaleCellDataBuilder) Build

func (*AccountSaleCellDataBuilder) BuyerInviterProfitRate

func (s *AccountSaleCellDataBuilder) BuyerInviterProfitRate(v Uint32) *AccountSaleCellDataBuilder

func (*AccountSaleCellDataBuilder) Description

func (*AccountSaleCellDataBuilder) Price

func (*AccountSaleCellDataBuilder) StartedAt

type AccountSaleCellDataV1

type AccountSaleCellDataV1 struct {
	// contains filtered or unexported fields
}

func AccountSaleCellDataV1Default

func AccountSaleCellDataV1Default() AccountSaleCellDataV1

func AccountSaleCellDataV1FromSlice

func AccountSaleCellDataV1FromSlice(slice []byte, compatible bool) (*AccountSaleCellDataV1, error)

func AccountSaleCellDataV1FromSliceUnchecked

func AccountSaleCellDataV1FromSliceUnchecked(slice []byte) *AccountSaleCellDataV1

func (*AccountSaleCellDataV1) Account

func (s *AccountSaleCellDataV1) Account() *Bytes

func (*AccountSaleCellDataV1) AccountId

func (s *AccountSaleCellDataV1) AccountId() *AccountId

func (*AccountSaleCellDataV1) AsBuilder

func (*AccountSaleCellDataV1) AsSlice

func (s *AccountSaleCellDataV1) AsSlice() []byte

func (*AccountSaleCellDataV1) CountExtraFields

func (s *AccountSaleCellDataV1) CountExtraFields() uint

func (*AccountSaleCellDataV1) Description

func (s *AccountSaleCellDataV1) Description() *Bytes

func (*AccountSaleCellDataV1) FieldCount

func (s *AccountSaleCellDataV1) FieldCount() uint

func (*AccountSaleCellDataV1) HasExtraFields

func (s *AccountSaleCellDataV1) HasExtraFields() bool

func (*AccountSaleCellDataV1) IsEmpty

func (s *AccountSaleCellDataV1) IsEmpty() bool

func (*AccountSaleCellDataV1) Len

func (s *AccountSaleCellDataV1) Len() uint

func (*AccountSaleCellDataV1) Price

func (s *AccountSaleCellDataV1) Price() *Uint64

func (*AccountSaleCellDataV1) StartedAt

func (s *AccountSaleCellDataV1) StartedAt() *Uint64

func (*AccountSaleCellDataV1) TotalSize

func (s *AccountSaleCellDataV1) TotalSize() uint

type AccountSaleCellDataV1Builder

type AccountSaleCellDataV1Builder struct {
	// contains filtered or unexported fields
}

func NewAccountSaleCellDataV1Builder

func NewAccountSaleCellDataV1Builder() *AccountSaleCellDataV1Builder

func (*AccountSaleCellDataV1Builder) Account

func (*AccountSaleCellDataV1Builder) AccountId

func (*AccountSaleCellDataV1Builder) Build

func (*AccountSaleCellDataV1Builder) Description

func (*AccountSaleCellDataV1Builder) Price

func (*AccountSaleCellDataV1Builder) StartedAt

type ActionData

type ActionData struct {
	// contains filtered or unexported fields
}

func ActionDataDefault

func ActionDataDefault() ActionData

func ActionDataFromSlice

func ActionDataFromSlice(slice []byte, compatible bool) (*ActionData, error)

func ActionDataFromSliceUnchecked

func ActionDataFromSliceUnchecked(slice []byte) *ActionData

func (*ActionData) Action

func (s *ActionData) Action() *Bytes

func (*ActionData) AsBuilder

func (s *ActionData) AsBuilder() ActionDataBuilder

func (*ActionData) AsSlice

func (s *ActionData) AsSlice() []byte

func (*ActionData) CountExtraFields

func (s *ActionData) CountExtraFields() uint

func (*ActionData) FieldCount

func (s *ActionData) FieldCount() uint

func (*ActionData) HasExtraFields

func (s *ActionData) HasExtraFields() bool

func (*ActionData) IsEmpty

func (s *ActionData) IsEmpty() bool

func (*ActionData) Len

func (s *ActionData) Len() uint

func (*ActionData) Params

func (s *ActionData) Params() *Bytes

func (*ActionData) TotalSize

func (s *ActionData) TotalSize() uint

type ActionDataBuilder

type ActionDataBuilder struct {
	// contains filtered or unexported fields
}

func NewActionDataBuilder

func NewActionDataBuilder() *ActionDataBuilder

func (*ActionDataBuilder) Action

func (*ActionDataBuilder) Build

func (s *ActionDataBuilder) Build() ActionData

func (*ActionDataBuilder) Params

type Byte

type Byte [1]byte

Byte is the primitive type

func ByteDefault

func ByteDefault() Byte

func ByteFromSlice

func ByteFromSlice(slice []byte, _compatible bool) (*Byte, error)

func ByteFromSliceUnchecked

func ByteFromSliceUnchecked(slice []byte) *Byte

func GoTimeUnixToMoleculeBytes

func GoTimeUnixToMoleculeBytes(timeSec int64) [8]Byte

func NewByte

func NewByte(b byte) Byte

func (*Byte) AsSlice

func (b *Byte) AsSlice() []byte

type Bytes

type Bytes struct {
	// contains filtered or unexported fields
}

func BytesDefault

func BytesDefault() Bytes

func BytesFromSlice

func BytesFromSlice(slice []byte, _compatible bool) (*Bytes, error)

func BytesFromSliceUnchecked

func BytesFromSliceUnchecked(slice []byte) *Bytes

func GoBytes2MoleculeBytes

func GoBytes2MoleculeBytes(bys []byte) Bytes

func GoString2MoleculeBytes

func GoString2MoleculeBytes(str string) Bytes

func (*Bytes) AsBuilder

func (s *Bytes) AsBuilder() BytesBuilder

func (*Bytes) AsSlice

func (s *Bytes) AsSlice() []byte

func (*Bytes) Get

func (s *Bytes) Get(index uint) *Byte

if *Byte is nil, index is out of bounds

func (*Bytes) IsEmpty

func (s *Bytes) IsEmpty() bool

func (*Bytes) ItemCount

func (s *Bytes) ItemCount() uint

func (*Bytes) Len

func (s *Bytes) Len() uint

func (*Bytes) RawData

func (s *Bytes) RawData() []byte

func (*Bytes) TotalSize

func (s *Bytes) TotalSize() uint

type BytesBuilder

type BytesBuilder struct {
	// contains filtered or unexported fields
}

func NewBytesBuilder

func NewBytesBuilder() *BytesBuilder

func (*BytesBuilder) Build

func (s *BytesBuilder) Build() Bytes

func (*BytesBuilder) Extend

func (s *BytesBuilder) Extend(iter []Byte) *BytesBuilder

func (*BytesBuilder) Push

func (s *BytesBuilder) Push(v Byte) *BytesBuilder

func (*BytesBuilder) Set

func (s *BytesBuilder) Set(v []Byte) *BytesBuilder

type ChainId added in v1.0.1

type ChainId struct {
	// contains filtered or unexported fields
}

func ChainIdDefault added in v1.0.1

func ChainIdDefault() ChainId

func ChainIdFromSlice added in v1.0.1

func ChainIdFromSlice(slice []byte, compatible bool) (*ChainId, error)

func ChainIdFromSliceUnchecked added in v1.0.1

func ChainIdFromSliceUnchecked(slice []byte) *ChainId

func (*ChainId) AsBuilder added in v1.0.1

func (s *ChainId) AsBuilder() ChainIdBuilder

func (*ChainId) AsSlice added in v1.0.1

func (s *ChainId) AsSlice() []byte

func (*ChainId) ChainId added in v1.0.1

func (s *ChainId) ChainId() *Uint64

func (*ChainId) Checked added in v1.0.1

func (s *ChainId) Checked() *Uint8

func (*ChainId) CoinType added in v1.0.1

func (s *ChainId) CoinType() *Uint64

func (*ChainId) CountExtraFields added in v1.0.1

func (s *ChainId) CountExtraFields() uint

func (*ChainId) FieldCount added in v1.0.1

func (s *ChainId) FieldCount() uint

func (*ChainId) HasExtraFields added in v1.0.1

func (s *ChainId) HasExtraFields() bool

func (*ChainId) IsEmpty added in v1.0.1

func (s *ChainId) IsEmpty() bool

func (*ChainId) Len added in v1.0.1

func (s *ChainId) Len() uint

func (*ChainId) TotalSize added in v1.0.1

func (s *ChainId) TotalSize() uint

type ChainIdBuilder added in v1.0.1

type ChainIdBuilder struct {
	// contains filtered or unexported fields
}

func NewChainIdBuilder added in v1.0.1

func NewChainIdBuilder() *ChainIdBuilder

func (*ChainIdBuilder) Build added in v1.0.1

func (s *ChainIdBuilder) Build() ChainId

func (*ChainIdBuilder) ChainId added in v1.0.1

func (s *ChainIdBuilder) ChainId(v Uint64) *ChainIdBuilder

func (*ChainIdBuilder) Checked added in v1.0.1

func (s *ChainIdBuilder) Checked(v Uint8) *ChainIdBuilder

func (*ChainIdBuilder) CoinType added in v1.0.1

func (s *ChainIdBuilder) CoinType(v Uint64) *ChainIdBuilder

type Chars

type Chars struct {
	// contains filtered or unexported fields
}

func CharsDefault

func CharsDefault() Chars

func CharsFromSlice

func CharsFromSlice(slice []byte, compatible bool) (*Chars, error)

func CharsFromSliceUnchecked

func CharsFromSliceUnchecked(slice []byte) *Chars

func (*Chars) AsBuilder

func (s *Chars) AsBuilder() CharsBuilder

func (*Chars) AsSlice

func (s *Chars) AsSlice() []byte

func (*Chars) Get

func (s *Chars) Get(index uint) *Bytes

if *Bytes is nil, index is out of bounds

func (*Chars) IsEmpty

func (s *Chars) IsEmpty() bool

func (*Chars) ItemCount

func (s *Chars) ItemCount() uint

func (*Chars) Len

func (s *Chars) Len() uint

func (*Chars) TotalSize

func (s *Chars) TotalSize() uint

type CharsBuilder

type CharsBuilder struct {
	// contains filtered or unexported fields
}

func NewCharsBuilder

func NewCharsBuilder() *CharsBuilder

func (*CharsBuilder) Build

func (s *CharsBuilder) Build() Chars

func (*CharsBuilder) Extend

func (s *CharsBuilder) Extend(iter []Bytes) *CharsBuilder

func (*CharsBuilder) Push

func (s *CharsBuilder) Push(v Bytes) *CharsBuilder

func (*CharsBuilder) Set

func (s *CharsBuilder) Set(v []Bytes) *CharsBuilder

type ConfigCellAccount

type ConfigCellAccount struct {
	// contains filtered or unexported fields
}

func ConfigCellAccountDefault

func ConfigCellAccountDefault() ConfigCellAccount

func ConfigCellAccountFromSlice

func ConfigCellAccountFromSlice(slice []byte, compatible bool) (*ConfigCellAccount, error)

func ConfigCellAccountFromSliceUnchecked

func ConfigCellAccountFromSliceUnchecked(slice []byte) *ConfigCellAccount

func (*ConfigCellAccount) AsBuilder

func (*ConfigCellAccount) AsSlice

func (s *ConfigCellAccount) AsSlice() []byte

func (*ConfigCellAccount) BasicCapacity

func (s *ConfigCellAccount) BasicCapacity() *Uint64

func (*ConfigCellAccount) CommonFee

func (s *ConfigCellAccount) CommonFee() *Uint64

func (*ConfigCellAccount) CommonThrottle

func (s *ConfigCellAccount) CommonThrottle() *Uint32

func (*ConfigCellAccount) CountExtraFields

func (s *ConfigCellAccount) CountExtraFields() uint

func (*ConfigCellAccount) EditManagerFee

func (s *ConfigCellAccount) EditManagerFee() *Uint64

func (*ConfigCellAccount) EditManagerThrottle

func (s *ConfigCellAccount) EditManagerThrottle() *Uint32

func (*ConfigCellAccount) EditRecordsFee

func (s *ConfigCellAccount) EditRecordsFee() *Uint64

func (*ConfigCellAccount) EditRecordsThrottle

func (s *ConfigCellAccount) EditRecordsThrottle() *Uint32

func (*ConfigCellAccount) ExpirationGracePeriod

func (s *ConfigCellAccount) ExpirationGracePeriod() *Uint32

func (*ConfigCellAccount) FieldCount

func (s *ConfigCellAccount) FieldCount() uint

func (*ConfigCellAccount) HasExtraFields

func (s *ConfigCellAccount) HasExtraFields() bool

func (*ConfigCellAccount) IsEmpty

func (s *ConfigCellAccount) IsEmpty() bool

func (*ConfigCellAccount) Len

func (s *ConfigCellAccount) Len() uint

func (*ConfigCellAccount) MaxLength

func (s *ConfigCellAccount) MaxLength() *Uint32

func (*ConfigCellAccount) PreparedFeeCapacity

func (s *ConfigCellAccount) PreparedFeeCapacity() *Uint64

func (*ConfigCellAccount) RecordMinTtl

func (s *ConfigCellAccount) RecordMinTtl() *Uint32

func (*ConfigCellAccount) RecordSizeLimit

func (s *ConfigCellAccount) RecordSizeLimit() *Uint32

func (*ConfigCellAccount) TotalSize

func (s *ConfigCellAccount) TotalSize() uint

func (*ConfigCellAccount) TransferAccountFee

func (s *ConfigCellAccount) TransferAccountFee() *Uint64

func (*ConfigCellAccount) TransferAccountThrottle

func (s *ConfigCellAccount) TransferAccountThrottle() *Uint32

type ConfigCellAccountBuilder

type ConfigCellAccountBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellAccountBuilder

func NewConfigCellAccountBuilder() *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) BasicCapacity

func (*ConfigCellAccountBuilder) Build

func (*ConfigCellAccountBuilder) CommonFee

func (*ConfigCellAccountBuilder) CommonThrottle

func (*ConfigCellAccountBuilder) EditManagerFee

func (*ConfigCellAccountBuilder) EditManagerThrottle

func (s *ConfigCellAccountBuilder) EditManagerThrottle(v Uint32) *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) EditRecordsFee

func (*ConfigCellAccountBuilder) EditRecordsThrottle

func (s *ConfigCellAccountBuilder) EditRecordsThrottle(v Uint32) *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) ExpirationGracePeriod

func (s *ConfigCellAccountBuilder) ExpirationGracePeriod(v Uint32) *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) MaxLength

func (*ConfigCellAccountBuilder) PreparedFeeCapacity

func (s *ConfigCellAccountBuilder) PreparedFeeCapacity(v Uint64) *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) RecordMinTtl

func (*ConfigCellAccountBuilder) RecordSizeLimit

func (*ConfigCellAccountBuilder) TransferAccountFee

func (s *ConfigCellAccountBuilder) TransferAccountFee(v Uint64) *ConfigCellAccountBuilder

func (*ConfigCellAccountBuilder) TransferAccountThrottle

func (s *ConfigCellAccountBuilder) TransferAccountThrottle(v Uint32) *ConfigCellAccountBuilder

type ConfigCellApply

type ConfigCellApply struct {
	// contains filtered or unexported fields
}

func ConfigCellApplyDefault

func ConfigCellApplyDefault() ConfigCellApply

func ConfigCellApplyFromSlice

func ConfigCellApplyFromSlice(slice []byte, compatible bool) (*ConfigCellApply, error)

func ConfigCellApplyFromSliceUnchecked

func ConfigCellApplyFromSliceUnchecked(slice []byte) *ConfigCellApply

func (*ConfigCellApply) ApplyMaxWaitingBlockNumber

func (s *ConfigCellApply) ApplyMaxWaitingBlockNumber() *Uint32

func (*ConfigCellApply) ApplyMinWaitingBlockNumber

func (s *ConfigCellApply) ApplyMinWaitingBlockNumber() *Uint32

func (*ConfigCellApply) AsBuilder

func (s *ConfigCellApply) AsBuilder() ConfigCellApplyBuilder

func (*ConfigCellApply) AsSlice

func (s *ConfigCellApply) AsSlice() []byte

func (*ConfigCellApply) CountExtraFields

func (s *ConfigCellApply) CountExtraFields() uint

func (*ConfigCellApply) FieldCount

func (s *ConfigCellApply) FieldCount() uint

func (*ConfigCellApply) HasExtraFields

func (s *ConfigCellApply) HasExtraFields() bool

func (*ConfigCellApply) IsEmpty

func (s *ConfigCellApply) IsEmpty() bool

func (*ConfigCellApply) Len

func (s *ConfigCellApply) Len() uint

func (*ConfigCellApply) TotalSize

func (s *ConfigCellApply) TotalSize() uint

type ConfigCellApplyBuilder

type ConfigCellApplyBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellApplyBuilder

func NewConfigCellApplyBuilder() *ConfigCellApplyBuilder

func (*ConfigCellApplyBuilder) ApplyMaxWaitingBlockNumber

func (s *ConfigCellApplyBuilder) ApplyMaxWaitingBlockNumber(v Uint32) *ConfigCellApplyBuilder

func (*ConfigCellApplyBuilder) ApplyMinWaitingBlockNumber

func (s *ConfigCellApplyBuilder) ApplyMinWaitingBlockNumber(v Uint32) *ConfigCellApplyBuilder

func (*ConfigCellApplyBuilder) Build

type ConfigCellIncome

type ConfigCellIncome struct {
	// contains filtered or unexported fields
}

func ConfigCellIncomeDefault

func ConfigCellIncomeDefault() ConfigCellIncome

func ConfigCellIncomeFromSlice

func ConfigCellIncomeFromSlice(slice []byte, compatible bool) (*ConfigCellIncome, error)

func ConfigCellIncomeFromSliceUnchecked

func ConfigCellIncomeFromSliceUnchecked(slice []byte) *ConfigCellIncome

func (*ConfigCellIncome) AsBuilder

func (*ConfigCellIncome) AsSlice

func (s *ConfigCellIncome) AsSlice() []byte

func (*ConfigCellIncome) BasicCapacity

func (s *ConfigCellIncome) BasicCapacity() *Uint64

func (*ConfigCellIncome) CountExtraFields

func (s *ConfigCellIncome) CountExtraFields() uint

func (*ConfigCellIncome) FieldCount

func (s *ConfigCellIncome) FieldCount() uint

func (*ConfigCellIncome) HasExtraFields

func (s *ConfigCellIncome) HasExtraFields() bool

func (*ConfigCellIncome) IsEmpty

func (s *ConfigCellIncome) IsEmpty() bool

func (*ConfigCellIncome) Len

func (s *ConfigCellIncome) Len() uint

func (*ConfigCellIncome) MaxRecords

func (s *ConfigCellIncome) MaxRecords() *Uint32

func (*ConfigCellIncome) MinTransferCapacity

func (s *ConfigCellIncome) MinTransferCapacity() *Uint64

func (*ConfigCellIncome) TotalSize

func (s *ConfigCellIncome) TotalSize() uint

type ConfigCellIncomeBuilder

type ConfigCellIncomeBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellIncomeBuilder

func NewConfigCellIncomeBuilder() *ConfigCellIncomeBuilder

func (*ConfigCellIncomeBuilder) BasicCapacity

func (*ConfigCellIncomeBuilder) Build

func (*ConfigCellIncomeBuilder) MaxRecords

func (*ConfigCellIncomeBuilder) MinTransferCapacity

func (s *ConfigCellIncomeBuilder) MinTransferCapacity(v Uint64) *ConfigCellIncomeBuilder

type ConfigCellMain

type ConfigCellMain struct {
	// contains filtered or unexported fields
}

func ConfigCellMainDefault

func ConfigCellMainDefault() ConfigCellMain

func ConfigCellMainFromSlice

func ConfigCellMainFromSlice(slice []byte, compatible bool) (*ConfigCellMain, error)

func ConfigCellMainFromSliceUnchecked

func ConfigCellMainFromSliceUnchecked(slice []byte) *ConfigCellMain

func (*ConfigCellMain) AsBuilder

func (s *ConfigCellMain) AsBuilder() ConfigCellMainBuilder

func (*ConfigCellMain) AsSlice

func (s *ConfigCellMain) AsSlice() []byte

func (*ConfigCellMain) CountExtraFields

func (s *ConfigCellMain) CountExtraFields() uint

func (*ConfigCellMain) DasLockOutPointTable

func (s *ConfigCellMain) DasLockOutPointTable() *DasLockOutPointTable

func (*ConfigCellMain) DasLockTypeIdTable added in v1.0.1

func (s *ConfigCellMain) DasLockTypeIdTable() *DasLockTypeIdTable

func (*ConfigCellMain) FieldCount

func (s *ConfigCellMain) FieldCount() uint

func (*ConfigCellMain) HasExtraFields

func (s *ConfigCellMain) HasExtraFields() bool

func (*ConfigCellMain) IsEmpty

func (s *ConfigCellMain) IsEmpty() bool

func (*ConfigCellMain) Len

func (s *ConfigCellMain) Len() uint

func (*ConfigCellMain) Status

func (s *ConfigCellMain) Status() *Uint8

func (*ConfigCellMain) TotalSize

func (s *ConfigCellMain) TotalSize() uint

func (*ConfigCellMain) TypeIdTable

func (s *ConfigCellMain) TypeIdTable() *TypeIdTable

type ConfigCellMainBuilder

type ConfigCellMainBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellMainBuilder

func NewConfigCellMainBuilder() *ConfigCellMainBuilder

func (*ConfigCellMainBuilder) Build

func (*ConfigCellMainBuilder) DasLockOutPointTable

func (*ConfigCellMainBuilder) DasLockTypeIdTable added in v1.0.1

func (*ConfigCellMainBuilder) Status

func (*ConfigCellMainBuilder) TypeIdTable

type ConfigCellPrice

type ConfigCellPrice struct {
	// contains filtered or unexported fields
}

func ConfigCellPriceDefault

func ConfigCellPriceDefault() ConfigCellPrice

func ConfigCellPriceFromSlice

func ConfigCellPriceFromSlice(slice []byte, compatible bool) (*ConfigCellPrice, error)

func ConfigCellPriceFromSliceUnchecked

func ConfigCellPriceFromSliceUnchecked(slice []byte) *ConfigCellPrice

func (*ConfigCellPrice) AsBuilder

func (s *ConfigCellPrice) AsBuilder() ConfigCellPriceBuilder

func (*ConfigCellPrice) AsSlice

func (s *ConfigCellPrice) AsSlice() []byte

func (*ConfigCellPrice) CountExtraFields

func (s *ConfigCellPrice) CountExtraFields() uint

func (*ConfigCellPrice) Discount

func (s *ConfigCellPrice) Discount() *DiscountConfig

func (*ConfigCellPrice) FieldCount

func (s *ConfigCellPrice) FieldCount() uint

func (*ConfigCellPrice) HasExtraFields

func (s *ConfigCellPrice) HasExtraFields() bool

func (*ConfigCellPrice) IsEmpty

func (s *ConfigCellPrice) IsEmpty() bool

func (*ConfigCellPrice) Len

func (s *ConfigCellPrice) Len() uint

func (*ConfigCellPrice) Prices

func (s *ConfigCellPrice) Prices() *PriceConfigList

func (*ConfigCellPrice) TotalSize

func (s *ConfigCellPrice) TotalSize() uint

type ConfigCellPriceBuilder

type ConfigCellPriceBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellPriceBuilder

func NewConfigCellPriceBuilder() *ConfigCellPriceBuilder

func (*ConfigCellPriceBuilder) Build

func (*ConfigCellPriceBuilder) Discount

func (*ConfigCellPriceBuilder) Prices

type ConfigCellProfitRate

type ConfigCellProfitRate struct {
	// contains filtered or unexported fields
}

func ConfigCellProfitRateDefault

func ConfigCellProfitRateDefault() ConfigCellProfitRate

func ConfigCellProfitRateFromSlice

func ConfigCellProfitRateFromSlice(slice []byte, compatible bool) (*ConfigCellProfitRate, error)

func ConfigCellProfitRateFromSliceUnchecked

func ConfigCellProfitRateFromSliceUnchecked(slice []byte) *ConfigCellProfitRate

func (*ConfigCellProfitRate) AsBuilder

func (*ConfigCellProfitRate) AsSlice

func (s *ConfigCellProfitRate) AsSlice() []byte

func (*ConfigCellProfitRate) AuctionBidderChannel

func (s *ConfigCellProfitRate) AuctionBidderChannel() *Uint32

func (*ConfigCellProfitRate) AuctionBidderInviter

func (s *ConfigCellProfitRate) AuctionBidderInviter() *Uint32

func (*ConfigCellProfitRate) AuctionDas

func (s *ConfigCellProfitRate) AuctionDas() *Uint32

func (*ConfigCellProfitRate) AuctionPrevBidder

func (s *ConfigCellProfitRate) AuctionPrevBidder() *Uint32

func (*ConfigCellProfitRate) Channel

func (s *ConfigCellProfitRate) Channel() *Uint32

func (*ConfigCellProfitRate) CountExtraFields

func (s *ConfigCellProfitRate) CountExtraFields() uint

func (*ConfigCellProfitRate) FieldCount

func (s *ConfigCellProfitRate) FieldCount() uint

func (*ConfigCellProfitRate) HasExtraFields

func (s *ConfigCellProfitRate) HasExtraFields() bool

func (*ConfigCellProfitRate) IncomeConsolidate

func (s *ConfigCellProfitRate) IncomeConsolidate() *Uint32

func (*ConfigCellProfitRate) Inviter

func (s *ConfigCellProfitRate) Inviter() *Uint32

func (*ConfigCellProfitRate) IsEmpty

func (s *ConfigCellProfitRate) IsEmpty() bool

func (*ConfigCellProfitRate) Len

func (s *ConfigCellProfitRate) Len() uint

func (*ConfigCellProfitRate) ProposalConfirm

func (s *ConfigCellProfitRate) ProposalConfirm() *Uint32

func (*ConfigCellProfitRate) ProposalCreate

func (s *ConfigCellProfitRate) ProposalCreate() *Uint32

func (*ConfigCellProfitRate) SaleBuyerChannel

func (s *ConfigCellProfitRate) SaleBuyerChannel() *Uint32

func (*ConfigCellProfitRate) SaleBuyerInviter

func (s *ConfigCellProfitRate) SaleBuyerInviter() *Uint32

func (*ConfigCellProfitRate) SaleDas

func (s *ConfigCellProfitRate) SaleDas() *Uint32

func (*ConfigCellProfitRate) TotalSize

func (s *ConfigCellProfitRate) TotalSize() uint

type ConfigCellProfitRateBuilder

type ConfigCellProfitRateBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellProfitRateBuilder

func NewConfigCellProfitRateBuilder() *ConfigCellProfitRateBuilder

func (*ConfigCellProfitRateBuilder) AuctionBidderChannel

func (*ConfigCellProfitRateBuilder) AuctionBidderInviter

func (*ConfigCellProfitRateBuilder) AuctionDas

func (*ConfigCellProfitRateBuilder) AuctionPrevBidder

func (*ConfigCellProfitRateBuilder) Build

func (*ConfigCellProfitRateBuilder) Channel

func (*ConfigCellProfitRateBuilder) IncomeConsolidate

func (*ConfigCellProfitRateBuilder) Inviter

func (*ConfigCellProfitRateBuilder) ProposalConfirm

func (*ConfigCellProfitRateBuilder) ProposalCreate

func (*ConfigCellProfitRateBuilder) SaleBuyerChannel

func (*ConfigCellProfitRateBuilder) SaleBuyerInviter

func (*ConfigCellProfitRateBuilder) SaleDas

type ConfigCellProposal

type ConfigCellProposal struct {
	// contains filtered or unexported fields
}

func ConfigCellProposalDefault

func ConfigCellProposalDefault() ConfigCellProposal

func ConfigCellProposalFromSlice

func ConfigCellProposalFromSlice(slice []byte, compatible bool) (*ConfigCellProposal, error)

func ConfigCellProposalFromSliceUnchecked

func ConfigCellProposalFromSliceUnchecked(slice []byte) *ConfigCellProposal

func (*ConfigCellProposal) AsBuilder

func (*ConfigCellProposal) AsSlice

func (s *ConfigCellProposal) AsSlice() []byte

func (*ConfigCellProposal) CountExtraFields

func (s *ConfigCellProposal) CountExtraFields() uint

func (*ConfigCellProposal) FieldCount

func (s *ConfigCellProposal) FieldCount() uint

func (*ConfigCellProposal) HasExtraFields

func (s *ConfigCellProposal) HasExtraFields() bool

func (*ConfigCellProposal) IsEmpty

func (s *ConfigCellProposal) IsEmpty() bool

func (*ConfigCellProposal) Len

func (s *ConfigCellProposal) Len() uint

func (*ConfigCellProposal) ProposalMaxAccountAffect

func (s *ConfigCellProposal) ProposalMaxAccountAffect() *Uint32

func (*ConfigCellProposal) ProposalMaxPreAccountContain

func (s *ConfigCellProposal) ProposalMaxPreAccountContain() *Uint32

func (*ConfigCellProposal) ProposalMinConfirmInterval

func (s *ConfigCellProposal) ProposalMinConfirmInterval() *Uint8

func (*ConfigCellProposal) ProposalMinExtendInterval

func (s *ConfigCellProposal) ProposalMinExtendInterval() *Uint8

func (*ConfigCellProposal) ProposalMinRecycleInterval

func (s *ConfigCellProposal) ProposalMinRecycleInterval() *Uint8

func (*ConfigCellProposal) TotalSize

func (s *ConfigCellProposal) TotalSize() uint

type ConfigCellProposalBuilder

type ConfigCellProposalBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellProposalBuilder

func NewConfigCellProposalBuilder() *ConfigCellProposalBuilder

func (*ConfigCellProposalBuilder) Build

func (*ConfigCellProposalBuilder) ProposalMaxAccountAffect

func (s *ConfigCellProposalBuilder) ProposalMaxAccountAffect(v Uint32) *ConfigCellProposalBuilder

func (*ConfigCellProposalBuilder) ProposalMaxPreAccountContain

func (s *ConfigCellProposalBuilder) ProposalMaxPreAccountContain(v Uint32) *ConfigCellProposalBuilder

func (*ConfigCellProposalBuilder) ProposalMinConfirmInterval

func (s *ConfigCellProposalBuilder) ProposalMinConfirmInterval(v Uint8) *ConfigCellProposalBuilder

func (*ConfigCellProposalBuilder) ProposalMinExtendInterval

func (s *ConfigCellProposalBuilder) ProposalMinExtendInterval(v Uint8) *ConfigCellProposalBuilder

func (*ConfigCellProposalBuilder) ProposalMinRecycleInterval

func (s *ConfigCellProposalBuilder) ProposalMinRecycleInterval(v Uint8) *ConfigCellProposalBuilder

type ConfigCellRelease

type ConfigCellRelease struct {
	// contains filtered or unexported fields
}

func ConfigCellReleaseDefault

func ConfigCellReleaseDefault() ConfigCellRelease

func ConfigCellReleaseFromSlice

func ConfigCellReleaseFromSlice(slice []byte, compatible bool) (*ConfigCellRelease, error)

func ConfigCellReleaseFromSliceUnchecked

func ConfigCellReleaseFromSliceUnchecked(slice []byte) *ConfigCellRelease

func (*ConfigCellRelease) AsBuilder

func (*ConfigCellRelease) AsSlice

func (s *ConfigCellRelease) AsSlice() []byte

func (*ConfigCellRelease) CountExtraFields

func (s *ConfigCellRelease) CountExtraFields() uint

func (*ConfigCellRelease) FieldCount

func (s *ConfigCellRelease) FieldCount() uint

func (*ConfigCellRelease) HasExtraFields

func (s *ConfigCellRelease) HasExtraFields() bool

func (*ConfigCellRelease) IsEmpty

func (s *ConfigCellRelease) IsEmpty() bool

func (*ConfigCellRelease) Len

func (s *ConfigCellRelease) Len() uint

func (*ConfigCellRelease) LuckyNumber

func (s *ConfigCellRelease) LuckyNumber() *Uint32

func (*ConfigCellRelease) TotalSize

func (s *ConfigCellRelease) TotalSize() uint

type ConfigCellReleaseBuilder

type ConfigCellReleaseBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellReleaseBuilder

func NewConfigCellReleaseBuilder() *ConfigCellReleaseBuilder

func (*ConfigCellReleaseBuilder) Build

func (*ConfigCellReleaseBuilder) LuckyNumber

type ConfigCellReverseResolution

type ConfigCellReverseResolution struct {
	// contains filtered or unexported fields
}

func ConfigCellReverseResolutionDefault

func ConfigCellReverseResolutionDefault() ConfigCellReverseResolution

func ConfigCellReverseResolutionFromSlice

func ConfigCellReverseResolutionFromSlice(slice []byte, compatible bool) (*ConfigCellReverseResolution, error)

func ConfigCellReverseResolutionFromSliceUnchecked

func ConfigCellReverseResolutionFromSliceUnchecked(slice []byte) *ConfigCellReverseResolution

func (*ConfigCellReverseResolution) AsBuilder

func (*ConfigCellReverseResolution) AsSlice

func (s *ConfigCellReverseResolution) AsSlice() []byte

func (*ConfigCellReverseResolution) CommonFee

func (s *ConfigCellReverseResolution) CommonFee() *Uint64

func (*ConfigCellReverseResolution) CountExtraFields

func (s *ConfigCellReverseResolution) CountExtraFields() uint

func (*ConfigCellReverseResolution) FieldCount

func (s *ConfigCellReverseResolution) FieldCount() uint

func (*ConfigCellReverseResolution) HasExtraFields

func (s *ConfigCellReverseResolution) HasExtraFields() bool

func (*ConfigCellReverseResolution) IsEmpty

func (s *ConfigCellReverseResolution) IsEmpty() bool

func (*ConfigCellReverseResolution) Len

func (*ConfigCellReverseResolution) RecordBasicCapacity

func (s *ConfigCellReverseResolution) RecordBasicCapacity() *Uint64

func (*ConfigCellReverseResolution) RecordPreparedFeeCapacity

func (s *ConfigCellReverseResolution) RecordPreparedFeeCapacity() *Uint64

func (*ConfigCellReverseResolution) TotalSize

func (s *ConfigCellReverseResolution) TotalSize() uint

type ConfigCellReverseResolutionBuilder

type ConfigCellReverseResolutionBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellReverseResolutionBuilder

func NewConfigCellReverseResolutionBuilder() *ConfigCellReverseResolutionBuilder

func (*ConfigCellReverseResolutionBuilder) Build

func (*ConfigCellReverseResolutionBuilder) CommonFee

func (*ConfigCellReverseResolutionBuilder) RecordBasicCapacity

func (*ConfigCellReverseResolutionBuilder) RecordPreparedFeeCapacity

type ConfigCellSecondaryMarket

type ConfigCellSecondaryMarket struct {
	// contains filtered or unexported fields
}

func ConfigCellSecondaryMarketDefault

func ConfigCellSecondaryMarketDefault() ConfigCellSecondaryMarket

func ConfigCellSecondaryMarketFromSlice

func ConfigCellSecondaryMarketFromSlice(slice []byte, compatible bool) (*ConfigCellSecondaryMarket, error)

func ConfigCellSecondaryMarketFromSliceUnchecked

func ConfigCellSecondaryMarketFromSliceUnchecked(slice []byte) *ConfigCellSecondaryMarket

func (*ConfigCellSecondaryMarket) AsBuilder

func (*ConfigCellSecondaryMarket) AsSlice

func (s *ConfigCellSecondaryMarket) AsSlice() []byte

func (*ConfigCellSecondaryMarket) AuctionCellBasicCapacity

func (s *ConfigCellSecondaryMarket) AuctionCellBasicCapacity() *Uint64

func (*ConfigCellSecondaryMarket) AuctionCellPreparedFeeCapacity

func (s *ConfigCellSecondaryMarket) AuctionCellPreparedFeeCapacity() *Uint64

func (*ConfigCellSecondaryMarket) AuctionDescriptionBytesLimit

func (s *ConfigCellSecondaryMarket) AuctionDescriptionBytesLimit() *Uint32

func (*ConfigCellSecondaryMarket) AuctionDurationIncrementEachBid

func (s *ConfigCellSecondaryMarket) AuctionDurationIncrementEachBid() *Uint32

func (*ConfigCellSecondaryMarket) AuctionMaxExtendableDuration

func (s *ConfigCellSecondaryMarket) AuctionMaxExtendableDuration() *Uint32

func (*ConfigCellSecondaryMarket) AuctionMinIncrementRateEachBid

func (s *ConfigCellSecondaryMarket) AuctionMinIncrementRateEachBid() *Uint32

func (*ConfigCellSecondaryMarket) AuctionMinOpeningPrice

func (s *ConfigCellSecondaryMarket) AuctionMinOpeningPrice() *Uint64

func (*ConfigCellSecondaryMarket) CommonFee

func (s *ConfigCellSecondaryMarket) CommonFee() *Uint64

func (*ConfigCellSecondaryMarket) CountExtraFields

func (s *ConfigCellSecondaryMarket) CountExtraFields() uint

func (*ConfigCellSecondaryMarket) FieldCount

func (s *ConfigCellSecondaryMarket) FieldCount() uint

func (*ConfigCellSecondaryMarket) HasExtraFields

func (s *ConfigCellSecondaryMarket) HasExtraFields() bool

func (*ConfigCellSecondaryMarket) IsEmpty

func (s *ConfigCellSecondaryMarket) IsEmpty() bool

func (*ConfigCellSecondaryMarket) Len

func (*ConfigCellSecondaryMarket) OfferCellBasicCapacity

func (s *ConfigCellSecondaryMarket) OfferCellBasicCapacity() *Uint64

func (*ConfigCellSecondaryMarket) OfferCellPreparedFeeCapacity

func (s *ConfigCellSecondaryMarket) OfferCellPreparedFeeCapacity() *Uint64

func (*ConfigCellSecondaryMarket) OfferMessageBytesLimit

func (s *ConfigCellSecondaryMarket) OfferMessageBytesLimit() *Uint32

func (*ConfigCellSecondaryMarket) OfferMinPrice

func (s *ConfigCellSecondaryMarket) OfferMinPrice() *Uint64

func (*ConfigCellSecondaryMarket) SaleCellBasicCapacity

func (s *ConfigCellSecondaryMarket) SaleCellBasicCapacity() *Uint64

func (*ConfigCellSecondaryMarket) SaleCellPreparedFeeCapacity

func (s *ConfigCellSecondaryMarket) SaleCellPreparedFeeCapacity() *Uint64

func (*ConfigCellSecondaryMarket) SaleDescriptionBytesLimit

func (s *ConfigCellSecondaryMarket) SaleDescriptionBytesLimit() *Uint32

func (*ConfigCellSecondaryMarket) SaleExpirationLimit

func (s *ConfigCellSecondaryMarket) SaleExpirationLimit() *Uint32

func (*ConfigCellSecondaryMarket) SaleMinPrice

func (s *ConfigCellSecondaryMarket) SaleMinPrice() *Uint64

func (*ConfigCellSecondaryMarket) TotalSize

func (s *ConfigCellSecondaryMarket) TotalSize() uint

type ConfigCellSecondaryMarketBuilder

type ConfigCellSecondaryMarketBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellSecondaryMarketBuilder

func NewConfigCellSecondaryMarketBuilder() *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionCellBasicCapacity

func (*ConfigCellSecondaryMarketBuilder) AuctionCellPreparedFeeCapacity

func (s *ConfigCellSecondaryMarketBuilder) AuctionCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionDescriptionBytesLimit

func (s *ConfigCellSecondaryMarketBuilder) AuctionDescriptionBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionDurationIncrementEachBid

func (s *ConfigCellSecondaryMarketBuilder) AuctionDurationIncrementEachBid(v Uint32) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionMaxExtendableDuration

func (s *ConfigCellSecondaryMarketBuilder) AuctionMaxExtendableDuration(v Uint32) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionMinIncrementRateEachBid

func (s *ConfigCellSecondaryMarketBuilder) AuctionMinIncrementRateEachBid(v Uint32) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) AuctionMinOpeningPrice

func (*ConfigCellSecondaryMarketBuilder) Build

func (*ConfigCellSecondaryMarketBuilder) CommonFee

func (*ConfigCellSecondaryMarketBuilder) OfferCellBasicCapacity

func (*ConfigCellSecondaryMarketBuilder) OfferCellPreparedFeeCapacity

func (s *ConfigCellSecondaryMarketBuilder) OfferCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder

func (*ConfigCellSecondaryMarketBuilder) OfferMessageBytesLimit

func (*ConfigCellSecondaryMarketBuilder) OfferMinPrice

func (*ConfigCellSecondaryMarketBuilder) SaleCellBasicCapacity

func (*ConfigCellSecondaryMarketBuilder) SaleCellPreparedFeeCapacity

func (*ConfigCellSecondaryMarketBuilder) SaleDescriptionBytesLimit

func (*ConfigCellSecondaryMarketBuilder) SaleExpirationLimit

func (*ConfigCellSecondaryMarketBuilder) SaleMinPrice

type ConfigCellSubAccount

type ConfigCellSubAccount struct {
	// contains filtered or unexported fields
}

func ConfigCellSubAccountDefault

func ConfigCellSubAccountDefault() ConfigCellSubAccount

func ConfigCellSubAccountFromSlice

func ConfigCellSubAccountFromSlice(slice []byte, compatible bool) (*ConfigCellSubAccount, error)

func ConfigCellSubAccountFromSliceUnchecked

func ConfigCellSubAccountFromSliceUnchecked(slice []byte) *ConfigCellSubAccount

func (*ConfigCellSubAccount) AsBuilder

func (*ConfigCellSubAccount) AsSlice

func (s *ConfigCellSubAccount) AsSlice() []byte

func (*ConfigCellSubAccount) BasicCapacity

func (s *ConfigCellSubAccount) BasicCapacity() *Uint64

func (*ConfigCellSubAccount) CommonFee

func (s *ConfigCellSubAccount) CommonFee() *Uint64

func (*ConfigCellSubAccount) CountExtraFields

func (s *ConfigCellSubAccount) CountExtraFields() uint

func (*ConfigCellSubAccount) CreateFee

func (s *ConfigCellSubAccount) CreateFee() *Uint64

func (*ConfigCellSubAccount) EditFee

func (s *ConfigCellSubAccount) EditFee() *Uint64

func (*ConfigCellSubAccount) FieldCount

func (s *ConfigCellSubAccount) FieldCount() uint

func (*ConfigCellSubAccount) HasExtraFields

func (s *ConfigCellSubAccount) HasExtraFields() bool

func (*ConfigCellSubAccount) IsEmpty

func (s *ConfigCellSubAccount) IsEmpty() bool

func (*ConfigCellSubAccount) Len

func (s *ConfigCellSubAccount) Len() uint

func (*ConfigCellSubAccount) NewSubAccountCustomPriceDasProfitRate

func (s *ConfigCellSubAccount) NewSubAccountCustomPriceDasProfitRate() *Uint32

func (*ConfigCellSubAccount) NewSubAccountPrice

func (s *ConfigCellSubAccount) NewSubAccountPrice() *Uint64

func (*ConfigCellSubAccount) PreparedFeeCapacity

func (s *ConfigCellSubAccount) PreparedFeeCapacity() *Uint64

func (*ConfigCellSubAccount) RecycleFee

func (s *ConfigCellSubAccount) RecycleFee() *Uint64

func (*ConfigCellSubAccount) RenewFee

func (s *ConfigCellSubAccount) RenewFee() *Uint64

func (*ConfigCellSubAccount) RenewSubAccountCustomPriceDasProfitRate

func (s *ConfigCellSubAccount) RenewSubAccountCustomPriceDasProfitRate() *Uint32

func (*ConfigCellSubAccount) RenewSubAccountPrice

func (s *ConfigCellSubAccount) RenewSubAccountPrice() *Uint64

func (*ConfigCellSubAccount) TotalSize

func (s *ConfigCellSubAccount) TotalSize() uint

type ConfigCellSubAccountBuilder

type ConfigCellSubAccountBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellSubAccountBuilder

func NewConfigCellSubAccountBuilder() *ConfigCellSubAccountBuilder

func (*ConfigCellSubAccountBuilder) BasicCapacity

func (*ConfigCellSubAccountBuilder) Build

func (*ConfigCellSubAccountBuilder) CommonFee

func (*ConfigCellSubAccountBuilder) CreateFee

func (*ConfigCellSubAccountBuilder) EditFee

func (*ConfigCellSubAccountBuilder) NewSubAccountCustomPriceDasProfitRate

func (s *ConfigCellSubAccountBuilder) NewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder

func (*ConfigCellSubAccountBuilder) NewSubAccountPrice

func (*ConfigCellSubAccountBuilder) PreparedFeeCapacity

func (*ConfigCellSubAccountBuilder) RecycleFee

func (*ConfigCellSubAccountBuilder) RenewFee

func (*ConfigCellSubAccountBuilder) RenewSubAccountCustomPriceDasProfitRate

func (s *ConfigCellSubAccountBuilder) RenewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder

func (*ConfigCellSubAccountBuilder) RenewSubAccountPrice

type ConfigCellSystemStatus added in v1.0.1

type ConfigCellSystemStatus struct {
	// contains filtered or unexported fields
}

func ConfigCellSystemStatusDefault added in v1.0.1

func ConfigCellSystemStatusDefault() ConfigCellSystemStatus

func ConfigCellSystemStatusFromSlice added in v1.0.1

func ConfigCellSystemStatusFromSlice(slice []byte, compatible bool) (*ConfigCellSystemStatus, error)

func ConfigCellSystemStatusFromSliceUnchecked added in v1.0.1

func ConfigCellSystemStatusFromSliceUnchecked(slice []byte) *ConfigCellSystemStatus

func (*ConfigCellSystemStatus) AccountCellType added in v1.0.1

func (s *ConfigCellSystemStatus) AccountCellType() *ContractStatus

func (*ConfigCellSystemStatus) AccountSaleCellType added in v1.0.1

func (s *ConfigCellSystemStatus) AccountSaleCellType() *ContractStatus

func (*ConfigCellSystemStatus) ApplyRegisterCellType added in v1.0.1

func (s *ConfigCellSystemStatus) ApplyRegisterCellType() *ContractStatus

func (*ConfigCellSystemStatus) AsBuilder added in v1.0.1

func (*ConfigCellSystemStatus) AsSlice added in v1.0.1

func (s *ConfigCellSystemStatus) AsSlice() []byte

func (*ConfigCellSystemStatus) BalanceCellType added in v1.0.1

func (s *ConfigCellSystemStatus) BalanceCellType() *ContractStatus

func (*ConfigCellSystemStatus) ConfigCellType added in v1.0.1

func (s *ConfigCellSystemStatus) ConfigCellType() *ContractStatus

func (*ConfigCellSystemStatus) CountExtraFields added in v1.0.1

func (s *ConfigCellSystemStatus) CountExtraFields() uint

func (*ConfigCellSystemStatus) Eip712Lib added in v1.0.1

func (s *ConfigCellSystemStatus) Eip712Lib() *ContractStatus

func (*ConfigCellSystemStatus) FieldCount added in v1.0.1

func (s *ConfigCellSystemStatus) FieldCount() uint

func (*ConfigCellSystemStatus) HasExtraFields added in v1.0.1

func (s *ConfigCellSystemStatus) HasExtraFields() bool

func (*ConfigCellSystemStatus) IncomeCellType added in v1.0.1

func (s *ConfigCellSystemStatus) IncomeCellType() *ContractStatus

func (*ConfigCellSystemStatus) IsEmpty added in v1.0.1

func (s *ConfigCellSystemStatus) IsEmpty() bool

func (*ConfigCellSystemStatus) Len added in v1.0.1

func (s *ConfigCellSystemStatus) Len() uint

func (*ConfigCellSystemStatus) OfferCellType added in v1.0.1

func (s *ConfigCellSystemStatus) OfferCellType() *ContractStatus

func (*ConfigCellSystemStatus) PreAccountCellType added in v1.0.1

func (s *ConfigCellSystemStatus) PreAccountCellType() *ContractStatus

func (*ConfigCellSystemStatus) ProposalCellType added in v1.0.1

func (s *ConfigCellSystemStatus) ProposalCellType() *ContractStatus

func (*ConfigCellSystemStatus) ReverseRecordCellType added in v1.0.1

func (s *ConfigCellSystemStatus) ReverseRecordCellType() *ContractStatus

func (*ConfigCellSystemStatus) ReverseRecordRootCellType added in v1.0.1

func (s *ConfigCellSystemStatus) ReverseRecordRootCellType() *ContractStatus

func (*ConfigCellSystemStatus) SubAccountCellType added in v1.0.1

func (s *ConfigCellSystemStatus) SubAccountCellType() *ContractStatus

func (*ConfigCellSystemStatus) TotalSize added in v1.0.1

func (s *ConfigCellSystemStatus) TotalSize() uint

type ConfigCellSystemStatusBuilder added in v1.0.1

type ConfigCellSystemStatusBuilder struct {
	// contains filtered or unexported fields
}

func NewConfigCellSystemStatusBuilder added in v1.0.1

func NewConfigCellSystemStatusBuilder() *ConfigCellSystemStatusBuilder

func (*ConfigCellSystemStatusBuilder) AccountCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) AccountSaleCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) ApplyRegisterCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) BalanceCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) Build added in v1.0.1

func (*ConfigCellSystemStatusBuilder) ConfigCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) Eip712Lib added in v1.0.1

func (*ConfigCellSystemStatusBuilder) IncomeCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) OfferCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) PreAccountCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) ProposalCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) ReverseRecordCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) ReverseRecordRootCellType added in v1.0.1

func (*ConfigCellSystemStatusBuilder) SubAccountCellType added in v1.0.1

type ContractStatus added in v1.0.1

type ContractStatus struct {
	// contains filtered or unexported fields
}

func ContractStatusDefault added in v1.0.1

func ContractStatusDefault() ContractStatus

func ContractStatusFromSlice added in v1.0.1

func ContractStatusFromSlice(slice []byte, compatible bool) (*ContractStatus, error)

func ContractStatusFromSliceUnchecked added in v1.0.1

func ContractStatusFromSliceUnchecked(slice []byte) *ContractStatus

func (*ContractStatus) AsBuilder added in v1.0.1

func (s *ContractStatus) AsBuilder() ContractStatusBuilder

func (*ContractStatus) AsSlice added in v1.0.1

func (s *ContractStatus) AsSlice() []byte

func (*ContractStatus) CountExtraFields added in v1.0.1

func (s *ContractStatus) CountExtraFields() uint

func (*ContractStatus) FieldCount added in v1.0.1

func (s *ContractStatus) FieldCount() uint

func (*ContractStatus) HasExtraFields added in v1.0.1

func (s *ContractStatus) HasExtraFields() bool

func (*ContractStatus) IsEmpty added in v1.0.1

func (s *ContractStatus) IsEmpty() bool

func (*ContractStatus) Len added in v1.0.1

func (s *ContractStatus) Len() uint

func (*ContractStatus) Status added in v1.0.1

func (s *ContractStatus) Status() *Byte

func (*ContractStatus) TotalSize added in v1.0.1

func (s *ContractStatus) TotalSize() uint

func (*ContractStatus) Version added in v1.0.1

func (s *ContractStatus) Version() *Bytes

type ContractStatusBuilder added in v1.0.1

type ContractStatusBuilder struct {
	// contains filtered or unexported fields
}

func NewContractStatusBuilder added in v1.0.1

func NewContractStatusBuilder() *ContractStatusBuilder

func (*ContractStatusBuilder) Build added in v1.0.1

func (*ContractStatusBuilder) Status added in v1.0.1

func (*ContractStatusBuilder) Version added in v1.0.1

type DasLockOutPointTable

type DasLockOutPointTable struct {
	// contains filtered or unexported fields
}

func DasLockOutPointTableDefault

func DasLockOutPointTableDefault() DasLockOutPointTable

func DasLockOutPointTableFromSlice

func DasLockOutPointTableFromSlice(slice []byte, compatible bool) (*DasLockOutPointTable, error)

func DasLockOutPointTableFromSliceUnchecked

func DasLockOutPointTableFromSliceUnchecked(slice []byte) *DasLockOutPointTable

func (*DasLockOutPointTable) AsBuilder

func (*DasLockOutPointTable) AsSlice

func (s *DasLockOutPointTable) AsSlice() []byte

func (*DasLockOutPointTable) CkbAnyoneCanPay

func (s *DasLockOutPointTable) CkbAnyoneCanPay() *OutPoint

func (*DasLockOutPointTable) CkbMultisign

func (s *DasLockOutPointTable) CkbMultisign() *OutPoint

func (*DasLockOutPointTable) CkbSignall

func (s *DasLockOutPointTable) CkbSignall() *OutPoint

func (*DasLockOutPointTable) CountExtraFields

func (s *DasLockOutPointTable) CountExtraFields() uint

func (*DasLockOutPointTable) Ed25519

func (s *DasLockOutPointTable) Ed25519() *OutPoint

func (*DasLockOutPointTable) Eth

func (s *DasLockOutPointTable) Eth() *OutPoint

func (*DasLockOutPointTable) FieldCount

func (s *DasLockOutPointTable) FieldCount() uint

func (*DasLockOutPointTable) HasExtraFields

func (s *DasLockOutPointTable) HasExtraFields() bool

func (*DasLockOutPointTable) IsEmpty

func (s *DasLockOutPointTable) IsEmpty() bool

func (*DasLockOutPointTable) Len

func (s *DasLockOutPointTable) Len() uint

func (*DasLockOutPointTable) TotalSize

func (s *DasLockOutPointTable) TotalSize() uint

func (*DasLockOutPointTable) Tron

func (s *DasLockOutPointTable) Tron() *OutPoint

type DasLockOutPointTableBuilder

type DasLockOutPointTableBuilder struct {
	// contains filtered or unexported fields
}

func NewDasLockOutPointTableBuilder

func NewDasLockOutPointTableBuilder() *DasLockOutPointTableBuilder

func (*DasLockOutPointTableBuilder) Build

func (*DasLockOutPointTableBuilder) CkbAnyoneCanPay

func (*DasLockOutPointTableBuilder) CkbMultisign

func (*DasLockOutPointTableBuilder) CkbSignall

func (*DasLockOutPointTableBuilder) Ed25519

func (*DasLockOutPointTableBuilder) Eth

func (*DasLockOutPointTableBuilder) Tron

type DasLockTypeIdTable added in v1.0.1

type DasLockTypeIdTable struct {
	// contains filtered or unexported fields
}

func DasLockTypeIdTableDefault added in v1.0.1

func DasLockTypeIdTableDefault() DasLockTypeIdTable

func DasLockTypeIdTableFromSlice added in v1.0.1

func DasLockTypeIdTableFromSlice(slice []byte, compatible bool) (*DasLockTypeIdTable, error)

func DasLockTypeIdTableFromSliceUnchecked added in v1.0.1

func DasLockTypeIdTableFromSliceUnchecked(slice []byte) *DasLockTypeIdTable

func (*DasLockTypeIdTable) AsBuilder added in v1.0.1

func (*DasLockTypeIdTable) AsSlice added in v1.0.1

func (s *DasLockTypeIdTable) AsSlice() []byte

func (*DasLockTypeIdTable) CkbMultisig added in v1.0.1

func (s *DasLockTypeIdTable) CkbMultisig() *Hash

func (*DasLockTypeIdTable) CkbSignhash added in v1.0.1

func (s *DasLockTypeIdTable) CkbSignhash() *Hash

func (*DasLockTypeIdTable) CountExtraFields added in v1.0.1

func (s *DasLockTypeIdTable) CountExtraFields() uint

func (*DasLockTypeIdTable) Doge added in v1.0.1

func (s *DasLockTypeIdTable) Doge() *Hash

func (*DasLockTypeIdTable) Ed25519 added in v1.0.1

func (s *DasLockTypeIdTable) Ed25519() *Hash

func (*DasLockTypeIdTable) Eth added in v1.0.1

func (s *DasLockTypeIdTable) Eth() *Hash

func (*DasLockTypeIdTable) FieldCount added in v1.0.1

func (s *DasLockTypeIdTable) FieldCount() uint

func (*DasLockTypeIdTable) HasExtraFields added in v1.0.1

func (s *DasLockTypeIdTable) HasExtraFields() bool

func (*DasLockTypeIdTable) IsEmpty added in v1.0.1

func (s *DasLockTypeIdTable) IsEmpty() bool

func (*DasLockTypeIdTable) Len added in v1.0.1

func (s *DasLockTypeIdTable) Len() uint

func (*DasLockTypeIdTable) TotalSize added in v1.0.1

func (s *DasLockTypeIdTable) TotalSize() uint

func (*DasLockTypeIdTable) Tron added in v1.0.1

func (s *DasLockTypeIdTable) Tron() *Hash

type DasLockTypeIdTableBuilder added in v1.0.1

type DasLockTypeIdTableBuilder struct {
	// contains filtered or unexported fields
}

func NewDasLockTypeIdTableBuilder added in v1.0.1

func NewDasLockTypeIdTableBuilder() *DasLockTypeIdTableBuilder

func (*DasLockTypeIdTableBuilder) Build added in v1.0.1

func (*DasLockTypeIdTableBuilder) CkbMultisig added in v1.0.1

func (*DasLockTypeIdTableBuilder) CkbSignhash added in v1.0.1

func (*DasLockTypeIdTableBuilder) Doge added in v1.0.1

func (*DasLockTypeIdTableBuilder) Ed25519 added in v1.0.1

func (*DasLockTypeIdTableBuilder) Eth added in v1.0.1

func (*DasLockTypeIdTableBuilder) Tron added in v1.0.1

type Data

type Data struct {
	// contains filtered or unexported fields
}

func DataDefault

func DataDefault() Data

func DataFromSlice

func DataFromSlice(slice []byte, compatible bool) (*Data, error)

func DataFromSliceUnchecked

func DataFromSliceUnchecked(slice []byte) *Data

func (*Data) AsBuilder

func (s *Data) AsBuilder() DataBuilder

func (*Data) AsSlice

func (s *Data) AsSlice() []byte

func (*Data) CountExtraFields

func (s *Data) CountExtraFields() uint

func (*Data) Dep

func (s *Data) Dep() *DataEntityOpt

func (*Data) FieldCount

func (s *Data) FieldCount() uint

func (*Data) HasExtraFields

func (s *Data) HasExtraFields() bool

func (*Data) IsEmpty

func (s *Data) IsEmpty() bool

func (*Data) Len

func (s *Data) Len() uint

func (*Data) New

func (s *Data) New() *DataEntityOpt

func (*Data) Old

func (s *Data) Old() *DataEntityOpt

func (*Data) TotalSize

func (s *Data) TotalSize() uint

type DataBuilder

type DataBuilder struct {
	// contains filtered or unexported fields
}

func NewDataBuilder

func NewDataBuilder() *DataBuilder

func (*DataBuilder) Build

func (s *DataBuilder) Build() Data

func (*DataBuilder) Dep

func (*DataBuilder) New

func (*DataBuilder) Old

type DataEntity

type DataEntity struct {
	// contains filtered or unexported fields
}

func DataEntityDefault

func DataEntityDefault() DataEntity

func DataEntityFromSlice

func DataEntityFromSlice(slice []byte, compatible bool) (*DataEntity, error)

func DataEntityFromSliceUnchecked

func DataEntityFromSliceUnchecked(slice []byte) *DataEntity

func (*DataEntity) AsBuilder

func (s *DataEntity) AsBuilder() DataEntityBuilder

func (*DataEntity) AsSlice

func (s *DataEntity) AsSlice() []byte

func (*DataEntity) CountExtraFields

func (s *DataEntity) CountExtraFields() uint

func (*DataEntity) Entity

func (s *DataEntity) Entity() *Bytes

func (*DataEntity) FieldCount

func (s *DataEntity) FieldCount() uint

func (*DataEntity) HasExtraFields

func (s *DataEntity) HasExtraFields() bool

func (*DataEntity) Index

func (s *DataEntity) Index() *Uint32

func (*DataEntity) IsEmpty

func (s *DataEntity) IsEmpty() bool

func (*DataEntity) Len

func (s *DataEntity) Len() uint

func (*DataEntity) TotalSize

func (s *DataEntity) TotalSize() uint

func (*DataEntity) Version

func (s *DataEntity) Version() *Uint32

type DataEntityBuilder

type DataEntityBuilder struct {
	// contains filtered or unexported fields
}

func NewDataEntityBuilder

func NewDataEntityBuilder() *DataEntityBuilder

func (*DataEntityBuilder) Build

func (s *DataEntityBuilder) Build() DataEntity

func (*DataEntityBuilder) Entity

func (*DataEntityBuilder) Index

func (*DataEntityBuilder) Version

type DataEntityOpt

type DataEntityOpt struct {
	// contains filtered or unexported fields
}

func DataEntityOptDefault

func DataEntityOptDefault() DataEntityOpt

func DataEntityOptFromSlice

func DataEntityOptFromSlice(slice []byte, compatible bool) (*DataEntityOpt, error)

func DataEntityOptFromSliceUnchecked

func DataEntityOptFromSliceUnchecked(slice []byte) *DataEntityOpt

func (*DataEntityOpt) AsBuilder

func (s *DataEntityOpt) AsBuilder() DataEntityOptBuilder

func (*DataEntityOpt) AsSlice

func (s *DataEntityOpt) AsSlice() []byte

func (*DataEntityOpt) IntoDataEntity

func (s *DataEntityOpt) IntoDataEntity() (*DataEntity, error)

func (*DataEntityOpt) IsNone

func (s *DataEntityOpt) IsNone() bool

func (*DataEntityOpt) IsSome

func (s *DataEntityOpt) IsSome() bool

type DataEntityOptBuilder

type DataEntityOptBuilder struct {
	// contains filtered or unexported fields
}

func NewDataEntityOptBuilder

func NewDataEntityOptBuilder() *DataEntityOptBuilder

func (*DataEntityOptBuilder) Build

func (*DataEntityOptBuilder) Set

type DiscountConfig

type DiscountConfig struct {
	// contains filtered or unexported fields
}

func DiscountConfigDefault

func DiscountConfigDefault() DiscountConfig

func DiscountConfigFromSlice

func DiscountConfigFromSlice(slice []byte, compatible bool) (*DiscountConfig, error)

func DiscountConfigFromSliceUnchecked

func DiscountConfigFromSliceUnchecked(slice []byte) *DiscountConfig

func (*DiscountConfig) AsBuilder

func (s *DiscountConfig) AsBuilder() DiscountConfigBuilder

func (*DiscountConfig) AsSlice

func (s *DiscountConfig) AsSlice() []byte

func (*DiscountConfig) CountExtraFields

func (s *DiscountConfig) CountExtraFields() uint

func (*DiscountConfig) FieldCount

func (s *DiscountConfig) FieldCount() uint

func (*DiscountConfig) HasExtraFields

func (s *DiscountConfig) HasExtraFields() bool

func (*DiscountConfig) InvitedDiscount

func (s *DiscountConfig) InvitedDiscount() *Uint32

func (*DiscountConfig) IsEmpty

func (s *DiscountConfig) IsEmpty() bool

func (*DiscountConfig) Len

func (s *DiscountConfig) Len() uint

func (*DiscountConfig) TotalSize

func (s *DiscountConfig) TotalSize() uint

type DiscountConfigBuilder

type DiscountConfigBuilder struct {
	// contains filtered or unexported fields
}

func NewDiscountConfigBuilder

func NewDiscountConfigBuilder() *DiscountConfigBuilder

func (*DiscountConfigBuilder) Build

func (*DiscountConfigBuilder) InvitedDiscount

func (s *DiscountConfigBuilder) InvitedDiscount(v Uint32) *DiscountConfigBuilder

type Hash

type Hash struct {
	// contains filtered or unexported fields
}

func GoHexToMoleculeHash

func GoHexToMoleculeHash(hexStr string) Hash

func HashDefault

func HashDefault() Hash

func HashFromSlice

func HashFromSlice(slice []byte, _compatible bool) (*Hash, error)

func HashFromSliceUnchecked

func HashFromSliceUnchecked(slice []byte) *Hash

func (*Hash) AsBuilder

func (s *Hash) AsBuilder() HashBuilder

func (*Hash) AsSlice

func (s *Hash) AsSlice() []byte

func (*Hash) Nth0

func (s *Hash) Nth0() *Byte

func (*Hash) Nth1

func (s *Hash) Nth1() *Byte

func (*Hash) Nth10

func (s *Hash) Nth10() *Byte

func (*Hash) Nth11

func (s *Hash) Nth11() *Byte

func (*Hash) Nth12

func (s *Hash) Nth12() *Byte

func (*Hash) Nth13

func (s *Hash) Nth13() *Byte

func (*Hash) Nth14

func (s *Hash) Nth14() *Byte

func (*Hash) Nth15

func (s *Hash) Nth15() *Byte

func (*Hash) Nth16

func (s *Hash) Nth16() *Byte

func (*Hash) Nth17

func (s *Hash) Nth17() *Byte

func (*Hash) Nth18

func (s *Hash) Nth18() *Byte

func (*Hash) Nth19

func (s *Hash) Nth19() *Byte

func (*Hash) Nth2

func (s *Hash) Nth2() *Byte

func (*Hash) Nth20

func (s *Hash) Nth20() *Byte

func (*Hash) Nth21

func (s *Hash) Nth21() *Byte

func (*Hash) Nth22

func (s *Hash) Nth22() *Byte

func (*Hash) Nth23

func (s *Hash) Nth23() *Byte

func (*Hash) Nth24

func (s *Hash) Nth24() *Byte

func (*Hash) Nth25

func (s *Hash) Nth25() *Byte

func (*Hash) Nth26

func (s *Hash) Nth26() *Byte

func (*Hash) Nth27

func (s *Hash) Nth27() *Byte

func (*Hash) Nth28

func (s *Hash) Nth28() *Byte

func (*Hash) Nth29

func (s *Hash) Nth29() *Byte

func (*Hash) Nth3

func (s *Hash) Nth3() *Byte

func (*Hash) Nth30

func (s *Hash) Nth30() *Byte

func (*Hash) Nth31

func (s *Hash) Nth31() *Byte

func (*Hash) Nth4

func (s *Hash) Nth4() *Byte

func (*Hash) Nth5

func (s *Hash) Nth5() *Byte

func (*Hash) Nth6

func (s *Hash) Nth6() *Byte

func (*Hash) Nth7

func (s *Hash) Nth7() *Byte

func (*Hash) Nth8

func (s *Hash) Nth8() *Byte

func (*Hash) Nth9

func (s *Hash) Nth9() *Byte

func (*Hash) RawData

func (s *Hash) RawData() []byte

type HashBuilder

type HashBuilder struct {
	// contains filtered or unexported fields
}

func NewHashBuilder

func NewHashBuilder() *HashBuilder

func (*HashBuilder) Build

func (s *HashBuilder) Build() Hash

func (*HashBuilder) Nth0

func (s *HashBuilder) Nth0(v Byte) *HashBuilder

func (*HashBuilder) Nth1

func (s *HashBuilder) Nth1(v Byte) *HashBuilder

func (*HashBuilder) Nth10

func (s *HashBuilder) Nth10(v Byte) *HashBuilder

func (*HashBuilder) Nth11

func (s *HashBuilder) Nth11(v Byte) *HashBuilder

func (*HashBuilder) Nth12

func (s *HashBuilder) Nth12(v Byte) *HashBuilder

func (*HashBuilder) Nth13

func (s *HashBuilder) Nth13(v Byte) *HashBuilder

func (*HashBuilder) Nth14

func (s *HashBuilder) Nth14(v Byte) *HashBuilder

func (*HashBuilder) Nth15

func (s *HashBuilder) Nth15(v Byte) *HashBuilder

func (*HashBuilder) Nth16

func (s *HashBuilder) Nth16(v Byte) *HashBuilder

func (*HashBuilder) Nth17

func (s *HashBuilder) Nth17(v Byte) *HashBuilder

func (*HashBuilder) Nth18

func (s *HashBuilder) Nth18(v Byte) *HashBuilder

func (*HashBuilder) Nth19

func (s *HashBuilder) Nth19(v Byte) *HashBuilder

func (*HashBuilder) Nth2

func (s *HashBuilder) Nth2(v Byte) *HashBuilder

func (*HashBuilder) Nth20

func (s *HashBuilder) Nth20(v Byte) *HashBuilder

func (*HashBuilder) Nth21

func (s *HashBuilder) Nth21(v Byte) *HashBuilder

func (*HashBuilder) Nth22

func (s *HashBuilder) Nth22(v Byte) *HashBuilder

func (*HashBuilder) Nth23

func (s *HashBuilder) Nth23(v Byte) *HashBuilder

func (*HashBuilder) Nth24

func (s *HashBuilder) Nth24(v Byte) *HashBuilder

func (*HashBuilder) Nth25

func (s *HashBuilder) Nth25(v Byte) *HashBuilder

func (*HashBuilder) Nth26

func (s *HashBuilder) Nth26(v Byte) *HashBuilder

func (*HashBuilder) Nth27

func (s *HashBuilder) Nth27(v Byte) *HashBuilder

func (*HashBuilder) Nth28

func (s *HashBuilder) Nth28(v Byte) *HashBuilder

func (*HashBuilder) Nth29

func (s *HashBuilder) Nth29(v Byte) *HashBuilder

func (*HashBuilder) Nth3

func (s *HashBuilder) Nth3(v Byte) *HashBuilder

func (*HashBuilder) Nth30

func (s *HashBuilder) Nth30(v Byte) *HashBuilder

func (*HashBuilder) Nth31

func (s *HashBuilder) Nth31(v Byte) *HashBuilder

func (*HashBuilder) Nth4

func (s *HashBuilder) Nth4(v Byte) *HashBuilder

func (*HashBuilder) Nth5

func (s *HashBuilder) Nth5(v Byte) *HashBuilder

func (*HashBuilder) Nth6

func (s *HashBuilder) Nth6(v Byte) *HashBuilder

func (*HashBuilder) Nth7

func (s *HashBuilder) Nth7(v Byte) *HashBuilder

func (*HashBuilder) Nth8

func (s *HashBuilder) Nth8(v Byte) *HashBuilder

func (*HashBuilder) Nth9

func (s *HashBuilder) Nth9(v Byte) *HashBuilder

func (*HashBuilder) Set

func (s *HashBuilder) Set(v [32]Byte) *HashBuilder

type IncomeCellData

type IncomeCellData struct {
	// contains filtered or unexported fields
}

func IncomeCellDataDefault

func IncomeCellDataDefault() IncomeCellData

func IncomeCellDataFromSlice

func IncomeCellDataFromSlice(slice []byte, compatible bool) (*IncomeCellData, error)

func IncomeCellDataFromSliceUnchecked

func IncomeCellDataFromSliceUnchecked(slice []byte) *IncomeCellData

func (*IncomeCellData) AsBuilder

func (s *IncomeCellData) AsBuilder() IncomeCellDataBuilder

func (*IncomeCellData) AsSlice

func (s *IncomeCellData) AsSlice() []byte

func (*IncomeCellData) CountExtraFields

func (s *IncomeCellData) CountExtraFields() uint

func (*IncomeCellData) Creator

func (s *IncomeCellData) Creator() *Script

func (*IncomeCellData) FieldCount

func (s *IncomeCellData) FieldCount() uint

func (*IncomeCellData) HasExtraFields

func (s *IncomeCellData) HasExtraFields() bool

func (*IncomeCellData) IsEmpty

func (s *IncomeCellData) IsEmpty() bool

func (*IncomeCellData) Len

func (s *IncomeCellData) Len() uint

func (*IncomeCellData) Records

func (s *IncomeCellData) Records() *IncomeRecords

func (*IncomeCellData) TotalSize

func (s *IncomeCellData) TotalSize() uint

type IncomeCellDataBuilder

type IncomeCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewIncomeCellDataBuilder

func NewIncomeCellDataBuilder() *IncomeCellDataBuilder

func (*IncomeCellDataBuilder) Build

func (*IncomeCellDataBuilder) Creator

func (*IncomeCellDataBuilder) Records

type IncomeRecord

type IncomeRecord struct {
	// contains filtered or unexported fields
}

func IncomeRecordDefault

func IncomeRecordDefault() IncomeRecord

func IncomeRecordFromSlice

func IncomeRecordFromSlice(slice []byte, compatible bool) (*IncomeRecord, error)

func IncomeRecordFromSliceUnchecked

func IncomeRecordFromSliceUnchecked(slice []byte) *IncomeRecord

func (*IncomeRecord) AsBuilder

func (s *IncomeRecord) AsBuilder() IncomeRecordBuilder

func (*IncomeRecord) AsSlice

func (s *IncomeRecord) AsSlice() []byte

func (*IncomeRecord) BelongTo

func (s *IncomeRecord) BelongTo() *Script

func (*IncomeRecord) Capacity

func (s *IncomeRecord) Capacity() *Uint64

func (*IncomeRecord) CountExtraFields

func (s *IncomeRecord) CountExtraFields() uint

func (*IncomeRecord) FieldCount

func (s *IncomeRecord) FieldCount() uint

func (*IncomeRecord) HasExtraFields

func (s *IncomeRecord) HasExtraFields() bool

func (*IncomeRecord) IsEmpty

func (s *IncomeRecord) IsEmpty() bool

func (*IncomeRecord) Len

func (s *IncomeRecord) Len() uint

func (*IncomeRecord) TotalSize

func (s *IncomeRecord) TotalSize() uint

type IncomeRecordBuilder

type IncomeRecordBuilder struct {
	// contains filtered or unexported fields
}

func NewIncomeRecordBuilder

func NewIncomeRecordBuilder() *IncomeRecordBuilder

func (*IncomeRecordBuilder) BelongTo

func (*IncomeRecordBuilder) Build

func (s *IncomeRecordBuilder) Build() IncomeRecord

func (*IncomeRecordBuilder) Capacity

type IncomeRecords

type IncomeRecords struct {
	// contains filtered or unexported fields
}

func IncomeRecordsDefault

func IncomeRecordsDefault() IncomeRecords

func IncomeRecordsFromSlice

func IncomeRecordsFromSlice(slice []byte, compatible bool) (*IncomeRecords, error)

func IncomeRecordsFromSliceUnchecked

func IncomeRecordsFromSliceUnchecked(slice []byte) *IncomeRecords

func (*IncomeRecords) AsBuilder

func (s *IncomeRecords) AsBuilder() IncomeRecordsBuilder

func (*IncomeRecords) AsSlice

func (s *IncomeRecords) AsSlice() []byte

func (*IncomeRecords) Get

func (s *IncomeRecords) Get(index uint) *IncomeRecord

if *IncomeRecord is nil, index is out of bounds

func (*IncomeRecords) IsEmpty

func (s *IncomeRecords) IsEmpty() bool

func (*IncomeRecords) ItemCount

func (s *IncomeRecords) ItemCount() uint

func (*IncomeRecords) Len

func (s *IncomeRecords) Len() uint

func (*IncomeRecords) TotalSize

func (s *IncomeRecords) TotalSize() uint

type IncomeRecordsBuilder

type IncomeRecordsBuilder struct {
	// contains filtered or unexported fields
}

func NewIncomeRecordsBuilder

func NewIncomeRecordsBuilder() *IncomeRecordsBuilder

func (*IncomeRecordsBuilder) Build

func (*IncomeRecordsBuilder) Extend

func (*IncomeRecordsBuilder) Push

func (*IncomeRecordsBuilder) Set

type Number

type Number uint32

type OfferCellData

type OfferCellData struct {
	// contains filtered or unexported fields
}

func OfferCellDataDefault

func OfferCellDataDefault() OfferCellData

func OfferCellDataFromSlice

func OfferCellDataFromSlice(slice []byte, compatible bool) (*OfferCellData, error)

func OfferCellDataFromSliceUnchecked

func OfferCellDataFromSliceUnchecked(slice []byte) *OfferCellData

func (*OfferCellData) Account

func (s *OfferCellData) Account() *Bytes

func (*OfferCellData) AsBuilder

func (s *OfferCellData) AsBuilder() OfferCellDataBuilder

func (*OfferCellData) AsSlice

func (s *OfferCellData) AsSlice() []byte

func (*OfferCellData) ChannelLock

func (s *OfferCellData) ChannelLock() *Script

func (*OfferCellData) CountExtraFields

func (s *OfferCellData) CountExtraFields() uint

func (*OfferCellData) FieldCount

func (s *OfferCellData) FieldCount() uint

func (*OfferCellData) HasExtraFields

func (s *OfferCellData) HasExtraFields() bool

func (*OfferCellData) InviterLock

func (s *OfferCellData) InviterLock() *Script

func (*OfferCellData) IsEmpty

func (s *OfferCellData) IsEmpty() bool

func (*OfferCellData) Len

func (s *OfferCellData) Len() uint

func (*OfferCellData) Message

func (s *OfferCellData) Message() *Bytes

func (*OfferCellData) Price

func (s *OfferCellData) Price() *Uint64

func (*OfferCellData) TotalSize

func (s *OfferCellData) TotalSize() uint

type OfferCellDataBuilder

type OfferCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewOfferCellDataBuilder

func NewOfferCellDataBuilder() *OfferCellDataBuilder

func (*OfferCellDataBuilder) Account

func (*OfferCellDataBuilder) Build

func (*OfferCellDataBuilder) ChannelLock

func (*OfferCellDataBuilder) InviterLock

func (*OfferCellDataBuilder) Message

func (*OfferCellDataBuilder) Price

type OutPoint

type OutPoint struct {
	// contains filtered or unexported fields
}

func OutPointDefault

func OutPointDefault() OutPoint

func OutPointFromSlice

func OutPointFromSlice(slice []byte, _compatible bool) (*OutPoint, error)

func OutPointFromSliceUnchecked

func OutPointFromSliceUnchecked(slice []byte) *OutPoint

func (*OutPoint) AsBuilder

func (s *OutPoint) AsBuilder() OutPointBuilder

func (*OutPoint) AsSlice

func (s *OutPoint) AsSlice() []byte

func (*OutPoint) Index

func (s *OutPoint) Index() *Uint32

func (*OutPoint) TxHash

func (s *OutPoint) TxHash() *Hash

type OutPointBuilder

type OutPointBuilder struct {
	// contains filtered or unexported fields
}

func NewOutPointBuilder

func NewOutPointBuilder() *OutPointBuilder

func (*OutPointBuilder) Build

func (s *OutPointBuilder) Build() OutPoint

func (*OutPointBuilder) Index

func (s *OutPointBuilder) Index(v Uint32) *OutPointBuilder

func (*OutPointBuilder) TxHash

func (s *OutPointBuilder) TxHash(v Hash) *OutPointBuilder

type PreAccountCellData

type PreAccountCellData struct {
	// contains filtered or unexported fields
}

func PreAccountCellDataDefault

func PreAccountCellDataDefault() PreAccountCellData

func PreAccountCellDataFromSlice

func PreAccountCellDataFromSlice(slice []byte, compatible bool) (*PreAccountCellData, error)

func PreAccountCellDataFromSliceUnchecked

func PreAccountCellDataFromSliceUnchecked(slice []byte) *PreAccountCellData

func (*PreAccountCellData) Account

func (s *PreAccountCellData) Account() *AccountChars

func (*PreAccountCellData) AsBuilder

func (*PreAccountCellData) AsSlice

func (s *PreAccountCellData) AsSlice() []byte

func (*PreAccountCellData) ChannelLock

func (s *PreAccountCellData) ChannelLock() *ScriptOpt

func (*PreAccountCellData) CountExtraFields

func (s *PreAccountCellData) CountExtraFields() uint

func (*PreAccountCellData) CreatedAt

func (s *PreAccountCellData) CreatedAt() *Uint64

func (*PreAccountCellData) FieldCount

func (s *PreAccountCellData) FieldCount() uint

func (*PreAccountCellData) HasExtraFields

func (s *PreAccountCellData) HasExtraFields() bool

func (*PreAccountCellData) InitialCrossChain added in v1.0.1

func (s *PreAccountCellData) InitialCrossChain() *ChainId

func (*PreAccountCellData) InitialRecords added in v1.0.1

func (s *PreAccountCellData) InitialRecords() *Records

func (*PreAccountCellData) InvitedDiscount

func (s *PreAccountCellData) InvitedDiscount() *Uint32

func (*PreAccountCellData) InviterId

func (s *PreAccountCellData) InviterId() *Bytes

func (*PreAccountCellData) InviterLock

func (s *PreAccountCellData) InviterLock() *ScriptOpt

func (*PreAccountCellData) IsEmpty

func (s *PreAccountCellData) IsEmpty() bool

func (*PreAccountCellData) Len

func (s *PreAccountCellData) Len() uint

func (*PreAccountCellData) OwnerLockArgs

func (s *PreAccountCellData) OwnerLockArgs() *Bytes

func (*PreAccountCellData) Price

func (s *PreAccountCellData) Price() *PriceConfig

func (*PreAccountCellData) Quote

func (s *PreAccountCellData) Quote() *Uint64

func (*PreAccountCellData) RefundLock

func (s *PreAccountCellData) RefundLock() *Script

func (*PreAccountCellData) TotalSize

func (s *PreAccountCellData) TotalSize() uint

type PreAccountCellDataBuilder

type PreAccountCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewPreAccountCellDataBuilder

func NewPreAccountCellDataBuilder() *PreAccountCellDataBuilder

func (*PreAccountCellDataBuilder) Account

func (*PreAccountCellDataBuilder) Build

func (*PreAccountCellDataBuilder) ChannelLock

func (*PreAccountCellDataBuilder) CreatedAt

func (*PreAccountCellDataBuilder) InitialCrossChain added in v1.0.1

func (*PreAccountCellDataBuilder) InitialRecords added in v1.0.1

func (*PreAccountCellDataBuilder) InvitedDiscount

func (*PreAccountCellDataBuilder) InviterId

func (*PreAccountCellDataBuilder) InviterLock

func (*PreAccountCellDataBuilder) OwnerLockArgs

func (*PreAccountCellDataBuilder) Price

func (*PreAccountCellDataBuilder) Quote

func (*PreAccountCellDataBuilder) RefundLock

type PreAccountCellDataV1 added in v1.0.1

type PreAccountCellDataV1 struct {
	// contains filtered or unexported fields
}

func PreAccountCellDataV1Default added in v1.0.1

func PreAccountCellDataV1Default() PreAccountCellDataV1

func PreAccountCellDataV1FromSlice added in v1.0.1

func PreAccountCellDataV1FromSlice(slice []byte, compatible bool) (*PreAccountCellDataV1, error)

func PreAccountCellDataV1FromSliceUnchecked added in v1.0.1

func PreAccountCellDataV1FromSliceUnchecked(slice []byte) *PreAccountCellDataV1

func (*PreAccountCellDataV1) Account added in v1.0.1

func (s *PreAccountCellDataV1) Account() *AccountChars

func (*PreAccountCellDataV1) AsBuilder added in v1.0.1

func (*PreAccountCellDataV1) AsSlice added in v1.0.1

func (s *PreAccountCellDataV1) AsSlice() []byte

func (*PreAccountCellDataV1) ChannelLock added in v1.0.1

func (s *PreAccountCellDataV1) ChannelLock() *ScriptOpt

func (*PreAccountCellDataV1) CountExtraFields added in v1.0.1

func (s *PreAccountCellDataV1) CountExtraFields() uint

func (*PreAccountCellDataV1) CreatedAt added in v1.0.1

func (s *PreAccountCellDataV1) CreatedAt() *Uint64

func (*PreAccountCellDataV1) FieldCount added in v1.0.1

func (s *PreAccountCellDataV1) FieldCount() uint

func (*PreAccountCellDataV1) HasExtraFields added in v1.0.1

func (s *PreAccountCellDataV1) HasExtraFields() bool

func (*PreAccountCellDataV1) InvitedDiscount added in v1.0.1

func (s *PreAccountCellDataV1) InvitedDiscount() *Uint32

func (*PreAccountCellDataV1) InviterId added in v1.0.1

func (s *PreAccountCellDataV1) InviterId() *Bytes

func (*PreAccountCellDataV1) InviterLock added in v1.0.1

func (s *PreAccountCellDataV1) InviterLock() *ScriptOpt

func (*PreAccountCellDataV1) IsEmpty added in v1.0.1

func (s *PreAccountCellDataV1) IsEmpty() bool

func (*PreAccountCellDataV1) Len added in v1.0.1

func (s *PreAccountCellDataV1) Len() uint

func (*PreAccountCellDataV1) OwnerLockArgs added in v1.0.1

func (s *PreAccountCellDataV1) OwnerLockArgs() *Bytes

func (*PreAccountCellDataV1) Price added in v1.0.1

func (s *PreAccountCellDataV1) Price() *PriceConfig

func (*PreAccountCellDataV1) Quote added in v1.0.1

func (s *PreAccountCellDataV1) Quote() *Uint64

func (*PreAccountCellDataV1) RefundLock added in v1.0.1

func (s *PreAccountCellDataV1) RefundLock() *Script

func (*PreAccountCellDataV1) TotalSize added in v1.0.1

func (s *PreAccountCellDataV1) TotalSize() uint

type PreAccountCellDataV1Builder added in v1.0.1

type PreAccountCellDataV1Builder struct {
	// contains filtered or unexported fields
}

func NewPreAccountCellDataV1Builder added in v1.0.1

func NewPreAccountCellDataV1Builder() *PreAccountCellDataV1Builder

func (*PreAccountCellDataV1Builder) Account added in v1.0.1

func (*PreAccountCellDataV1Builder) Build added in v1.0.1

func (*PreAccountCellDataV1Builder) ChannelLock added in v1.0.1

func (*PreAccountCellDataV1Builder) CreatedAt added in v1.0.1

func (*PreAccountCellDataV1Builder) InvitedDiscount added in v1.0.1

func (*PreAccountCellDataV1Builder) InviterId added in v1.0.1

func (*PreAccountCellDataV1Builder) InviterLock added in v1.0.1

func (*PreAccountCellDataV1Builder) OwnerLockArgs added in v1.0.1

func (*PreAccountCellDataV1Builder) Price added in v1.0.1

func (*PreAccountCellDataV1Builder) Quote added in v1.0.1

func (*PreAccountCellDataV1Builder) RefundLock added in v1.0.1

type PreAccountCellDataV2 added in v1.0.1

type PreAccountCellDataV2 struct {
	// contains filtered or unexported fields
}

func PreAccountCellDataV2Default added in v1.0.1

func PreAccountCellDataV2Default() PreAccountCellDataV2

func PreAccountCellDataV2FromSlice added in v1.0.1

func PreAccountCellDataV2FromSlice(slice []byte, compatible bool) (*PreAccountCellDataV2, error)

func PreAccountCellDataV2FromSliceUnchecked added in v1.0.1

func PreAccountCellDataV2FromSliceUnchecked(slice []byte) *PreAccountCellDataV2

func (*PreAccountCellDataV2) Account added in v1.0.1

func (s *PreAccountCellDataV2) Account() *AccountChars

func (*PreAccountCellDataV2) AsBuilder added in v1.0.1

func (*PreAccountCellDataV2) AsSlice added in v1.0.1

func (s *PreAccountCellDataV2) AsSlice() []byte

func (*PreAccountCellDataV2) ChannelLock added in v1.0.1

func (s *PreAccountCellDataV2) ChannelLock() *ScriptOpt

func (*PreAccountCellDataV2) CountExtraFields added in v1.0.1

func (s *PreAccountCellDataV2) CountExtraFields() uint

func (*PreAccountCellDataV2) CreatedAt added in v1.0.1

func (s *PreAccountCellDataV2) CreatedAt() *Uint64

func (*PreAccountCellDataV2) FieldCount added in v1.0.1

func (s *PreAccountCellDataV2) FieldCount() uint

func (*PreAccountCellDataV2) HasExtraFields added in v1.0.1

func (s *PreAccountCellDataV2) HasExtraFields() bool

func (*PreAccountCellDataV2) InitialRecords added in v1.0.1

func (s *PreAccountCellDataV2) InitialRecords() *Records

func (*PreAccountCellDataV2) InvitedDiscount added in v1.0.1

func (s *PreAccountCellDataV2) InvitedDiscount() *Uint32

func (*PreAccountCellDataV2) InviterId added in v1.0.1

func (s *PreAccountCellDataV2) InviterId() *Bytes

func (*PreAccountCellDataV2) InviterLock added in v1.0.1

func (s *PreAccountCellDataV2) InviterLock() *ScriptOpt

func (*PreAccountCellDataV2) IsEmpty added in v1.0.1

func (s *PreAccountCellDataV2) IsEmpty() bool

func (*PreAccountCellDataV2) Len added in v1.0.1

func (s *PreAccountCellDataV2) Len() uint

func (*PreAccountCellDataV2) OwnerLockArgs added in v1.0.1

func (s *PreAccountCellDataV2) OwnerLockArgs() *Bytes

func (*PreAccountCellDataV2) Price added in v1.0.1

func (s *PreAccountCellDataV2) Price() *PriceConfig

func (*PreAccountCellDataV2) Quote added in v1.0.1

func (s *PreAccountCellDataV2) Quote() *Uint64

func (*PreAccountCellDataV2) RefundLock added in v1.0.1

func (s *PreAccountCellDataV2) RefundLock() *Script

func (*PreAccountCellDataV2) TotalSize added in v1.0.1

func (s *PreAccountCellDataV2) TotalSize() uint

type PreAccountCellDataV2Builder added in v1.0.1

type PreAccountCellDataV2Builder struct {
	// contains filtered or unexported fields
}

func NewPreAccountCellDataV2Builder added in v1.0.1

func NewPreAccountCellDataV2Builder() *PreAccountCellDataV2Builder

func (*PreAccountCellDataV2Builder) Account added in v1.0.1

func (*PreAccountCellDataV2Builder) Build added in v1.0.1

func (*PreAccountCellDataV2Builder) ChannelLock added in v1.0.1

func (*PreAccountCellDataV2Builder) CreatedAt added in v1.0.1

func (*PreAccountCellDataV2Builder) InitialRecords added in v1.0.1

func (*PreAccountCellDataV2Builder) InvitedDiscount added in v1.0.1

func (*PreAccountCellDataV2Builder) InviterId added in v1.0.1

func (*PreAccountCellDataV2Builder) InviterLock added in v1.0.1

func (*PreAccountCellDataV2Builder) OwnerLockArgs added in v1.0.1

func (*PreAccountCellDataV2Builder) Price added in v1.0.1

func (*PreAccountCellDataV2Builder) Quote added in v1.0.1

func (*PreAccountCellDataV2Builder) RefundLock added in v1.0.1

type PriceConfig

type PriceConfig struct {
	// contains filtered or unexported fields
}

func PriceConfigDefault

func PriceConfigDefault() PriceConfig

func PriceConfigFromSlice

func PriceConfigFromSlice(slice []byte, compatible bool) (*PriceConfig, error)

func PriceConfigFromSliceUnchecked

func PriceConfigFromSliceUnchecked(slice []byte) *PriceConfig

func (*PriceConfig) AsBuilder

func (s *PriceConfig) AsBuilder() PriceConfigBuilder

func (*PriceConfig) AsSlice

func (s *PriceConfig) AsSlice() []byte

func (*PriceConfig) CountExtraFields

func (s *PriceConfig) CountExtraFields() uint

func (*PriceConfig) FieldCount

func (s *PriceConfig) FieldCount() uint

func (*PriceConfig) HasExtraFields

func (s *PriceConfig) HasExtraFields() bool

func (*PriceConfig) IsEmpty

func (s *PriceConfig) IsEmpty() bool

func (*PriceConfig) Len

func (s *PriceConfig) Len() uint

func (*PriceConfig) Length

func (s *PriceConfig) Length() *Uint8

func (*PriceConfig) New

func (s *PriceConfig) New() *Uint64

func (*PriceConfig) Renew

func (s *PriceConfig) Renew() *Uint64

func (*PriceConfig) TotalSize

func (s *PriceConfig) TotalSize() uint

type PriceConfigBuilder

type PriceConfigBuilder struct {
	// contains filtered or unexported fields
}

func NewPriceConfigBuilder

func NewPriceConfigBuilder() *PriceConfigBuilder

func (*PriceConfigBuilder) Build

func (s *PriceConfigBuilder) Build() PriceConfig

func (*PriceConfigBuilder) Length

func (*PriceConfigBuilder) New

func (*PriceConfigBuilder) Renew

type PriceConfigList

type PriceConfigList struct {
	// contains filtered or unexported fields
}

func PriceConfigListDefault

func PriceConfigListDefault() PriceConfigList

func PriceConfigListFromSlice

func PriceConfigListFromSlice(slice []byte, compatible bool) (*PriceConfigList, error)

func PriceConfigListFromSliceUnchecked

func PriceConfigListFromSliceUnchecked(slice []byte) *PriceConfigList

func (*PriceConfigList) AsBuilder

func (s *PriceConfigList) AsBuilder() PriceConfigListBuilder

func (*PriceConfigList) AsSlice

func (s *PriceConfigList) AsSlice() []byte

func (*PriceConfigList) Get

func (s *PriceConfigList) Get(index uint) *PriceConfig

if *PriceConfig is nil, index is out of bounds

func (*PriceConfigList) IsEmpty

func (s *PriceConfigList) IsEmpty() bool

func (*PriceConfigList) ItemCount

func (s *PriceConfigList) ItemCount() uint

func (*PriceConfigList) Len

func (s *PriceConfigList) Len() uint

func (*PriceConfigList) TotalSize

func (s *PriceConfigList) TotalSize() uint

type PriceConfigListBuilder

type PriceConfigListBuilder struct {
	// contains filtered or unexported fields
}

func NewPriceConfigListBuilder

func NewPriceConfigListBuilder() *PriceConfigListBuilder

func (*PriceConfigListBuilder) Build

func (*PriceConfigListBuilder) Extend

func (*PriceConfigListBuilder) Push

func (*PriceConfigListBuilder) Set

type ProposalCellData

type ProposalCellData struct {
	// contains filtered or unexported fields
}

func ProposalCellDataDefault

func ProposalCellDataDefault() ProposalCellData

func ProposalCellDataFromSlice

func ProposalCellDataFromSlice(slice []byte, compatible bool) (*ProposalCellData, error)

func ProposalCellDataFromSliceUnchecked

func ProposalCellDataFromSliceUnchecked(slice []byte) *ProposalCellData

func (*ProposalCellData) AsBuilder

func (*ProposalCellData) AsSlice

func (s *ProposalCellData) AsSlice() []byte

func (*ProposalCellData) CountExtraFields

func (s *ProposalCellData) CountExtraFields() uint

func (*ProposalCellData) CreatedAtHeight

func (s *ProposalCellData) CreatedAtHeight() *Uint64

func (*ProposalCellData) FieldCount

func (s *ProposalCellData) FieldCount() uint

func (*ProposalCellData) HasExtraFields

func (s *ProposalCellData) HasExtraFields() bool

func (*ProposalCellData) IsEmpty

func (s *ProposalCellData) IsEmpty() bool

func (*ProposalCellData) Len

func (s *ProposalCellData) Len() uint

func (*ProposalCellData) ProposerLock

func (s *ProposalCellData) ProposerLock() *Script

func (*ProposalCellData) Slices

func (s *ProposalCellData) Slices() *SliceList

func (*ProposalCellData) TotalSize

func (s *ProposalCellData) TotalSize() uint

type ProposalCellDataBuilder

type ProposalCellDataBuilder struct {
	// contains filtered or unexported fields
}

func NewProposalCellDataBuilder

func NewProposalCellDataBuilder() *ProposalCellDataBuilder

func (*ProposalCellDataBuilder) Build

func (*ProposalCellDataBuilder) CreatedAtHeight

func (*ProposalCellDataBuilder) ProposerLock

func (*ProposalCellDataBuilder) Slices

type ProposalItem

type ProposalItem struct {
	// contains filtered or unexported fields
}

func ProposalItemDefault

func ProposalItemDefault() ProposalItem

func ProposalItemFromSlice

func ProposalItemFromSlice(slice []byte, compatible bool) (*ProposalItem, error)

func ProposalItemFromSliceUnchecked

func ProposalItemFromSliceUnchecked(slice []byte) *ProposalItem

func (*ProposalItem) AccountId

func (s *ProposalItem) AccountId() *AccountId

func (*ProposalItem) AsBuilder

func (s *ProposalItem) AsBuilder() ProposalItemBuilder

func (*ProposalItem) AsSlice

func (s *ProposalItem) AsSlice() []byte

func (*ProposalItem) CountExtraFields

func (s *ProposalItem) CountExtraFields() uint

func (*ProposalItem) FieldCount

func (s *ProposalItem) FieldCount() uint

func (*ProposalItem) HasExtraFields

func (s *ProposalItem) HasExtraFields() bool

func (*ProposalItem) IsEmpty

func (s *ProposalItem) IsEmpty() bool

func (*ProposalItem) ItemType

func (s *ProposalItem) ItemType() *Uint8

func (*ProposalItem) Len

func (s *ProposalItem) Len() uint

func (*ProposalItem) Next

func (s *ProposalItem) Next() *AccountId

func (*ProposalItem) TotalSize

func (s *ProposalItem) TotalSize() uint

type ProposalItemBuilder

type ProposalItemBuilder struct {
	// contains filtered or unexported fields
}

func NewProposalItemBuilder

func NewProposalItemBuilder() *ProposalItemBuilder

func (*ProposalItemBuilder) AccountId

func (*ProposalItemBuilder) Build

func (s *ProposalItemBuilder) Build() ProposalItem

func (*ProposalItemBuilder) ItemType

func (*ProposalItemBuilder) Next

type Record

type Record struct {
	// contains filtered or unexported fields
}

func RecordDefault

func RecordDefault() Record

func RecordFromSlice

func RecordFromSlice(slice []byte, compatible bool) (*Record, error)

func RecordFromSliceUnchecked

func RecordFromSliceUnchecked(slice []byte) *Record

func (*Record) AsBuilder

func (s *Record) AsBuilder() RecordBuilder

func (*Record) AsSlice

func (s *Record) AsSlice() []byte

func (*Record) CountExtraFields

func (s *Record) CountExtraFields() uint

func (*Record) FieldCount

func (s *Record) FieldCount() uint

func (*Record) HasExtraFields

func (s *Record) HasExtraFields() bool

func (*Record) IsEmpty

func (s *Record) IsEmpty() bool

func (*Record) Len

func (s *Record) Len() uint

func (*Record) RecordKey

func (s *Record) RecordKey() *Bytes

func (*Record) RecordLabel

func (s *Record) RecordLabel() *Bytes

func (*Record) RecordTtl

func (s *Record) RecordTtl() *Uint32

func (*Record) RecordType

func (s *Record) RecordType() *Bytes

func (*Record) RecordValue

func (s *Record) RecordValue() *Bytes

func (*Record) TotalSize

func (s *Record) TotalSize() uint

type RecordBuilder

type RecordBuilder struct {
	// contains filtered or unexported fields
}

func NewRecordBuilder

func NewRecordBuilder() *RecordBuilder

func (*RecordBuilder) Build

func (s *RecordBuilder) Build() Record

func (*RecordBuilder) RecordKey

func (s *RecordBuilder) RecordKey(v Bytes) *RecordBuilder

func (*RecordBuilder) RecordLabel

func (s *RecordBuilder) RecordLabel(v Bytes) *RecordBuilder

func (*RecordBuilder) RecordTtl

func (s *RecordBuilder) RecordTtl(v Uint32) *RecordBuilder

func (*RecordBuilder) RecordType

func (s *RecordBuilder) RecordType(v Bytes) *RecordBuilder

func (*RecordBuilder) RecordValue

func (s *RecordBuilder) RecordValue(v Bytes) *RecordBuilder

type Records

type Records struct {
	// contains filtered or unexported fields
}

func RecordsDefault

func RecordsDefault() Records

func RecordsFromSlice

func RecordsFromSlice(slice []byte, compatible bool) (*Records, error)

func RecordsFromSliceUnchecked

func RecordsFromSliceUnchecked(slice []byte) *Records

func (*Records) AsBuilder

func (s *Records) AsBuilder() RecordsBuilder

func (*Records) AsSlice

func (s *Records) AsSlice() []byte

func (*Records) Get

func (s *Records) Get(index uint) *Record

if *Record is nil, index is out of bounds

func (*Records) IsEmpty

func (s *Records) IsEmpty() bool

func (*Records) ItemCount

func (s *Records) ItemCount() uint

func (*Records) Len

func (s *Records) Len() uint

func (*Records) TotalSize

func (s *Records) TotalSize() uint

type RecordsBuilder

type RecordsBuilder struct {
	// contains filtered or unexported fields
}

func NewRecordsBuilder

func NewRecordsBuilder() *RecordsBuilder

func (*RecordsBuilder) Build

func (s *RecordsBuilder) Build() Records

func (*RecordsBuilder) Extend

func (s *RecordsBuilder) Extend(iter []Record) *RecordsBuilder

func (*RecordsBuilder) Push

func (s *RecordsBuilder) Push(v Record) *RecordsBuilder

func (*RecordsBuilder) Set

func (s *RecordsBuilder) Set(v []Record) *RecordsBuilder

type SL

type SL struct {
	// contains filtered or unexported fields
}

func SLDefault

func SLDefault() SL

func SLFromSlice

func SLFromSlice(slice []byte, compatible bool) (*SL, error)

func SLFromSliceUnchecked

func SLFromSliceUnchecked(slice []byte) *SL

func (*SL) AsBuilder

func (s *SL) AsBuilder() SLBuilder

func (*SL) AsSlice

func (s *SL) AsSlice() []byte

func (*SL) Get

func (s *SL) Get(index uint) *ProposalItem

if *ProposalItem is nil, index is out of bounds

func (*SL) IsEmpty

func (s *SL) IsEmpty() bool

func (*SL) ItemCount

func (s *SL) ItemCount() uint

func (*SL) Len

func (s *SL) Len() uint

func (*SL) TotalSize

func (s *SL) TotalSize() uint

type SLBuilder

type SLBuilder struct {
	// contains filtered or unexported fields
}

func NewSLBuilder

func NewSLBuilder() *SLBuilder

func (*SLBuilder) Build

func (s *SLBuilder) Build() SL

func (*SLBuilder) Extend

func (s *SLBuilder) Extend(iter []ProposalItem) *SLBuilder

func (*SLBuilder) Push

func (s *SLBuilder) Push(v ProposalItem) *SLBuilder

func (*SLBuilder) Set

func (s *SLBuilder) Set(v []ProposalItem) *SLBuilder

type Script

type Script struct {
	// contains filtered or unexported fields
}

func CkbScript2MoleculeScript

func CkbScript2MoleculeScript(script *types.Script) Script

func ScriptDefault

func ScriptDefault() Script

func ScriptFromSlice

func ScriptFromSlice(slice []byte, compatible bool) (*Script, error)

func ScriptFromSliceUnchecked

func ScriptFromSliceUnchecked(slice []byte) *Script

func (*Script) Args

func (s *Script) Args() *Bytes

func (*Script) AsBuilder

func (s *Script) AsBuilder() ScriptBuilder

func (*Script) AsSlice

func (s *Script) AsSlice() []byte

func (*Script) CodeHash

func (s *Script) CodeHash() *Hash

func (*Script) CountExtraFields

func (s *Script) CountExtraFields() uint

func (*Script) FieldCount

func (s *Script) FieldCount() uint

func (*Script) HasExtraFields

func (s *Script) HasExtraFields() bool

func (*Script) HashType

func (s *Script) HashType() *Byte

func (*Script) IsEmpty

func (s *Script) IsEmpty() bool

func (*Script) Len

func (s *Script) Len() uint

func (*Script) TotalSize

func (s *Script) TotalSize() uint

type ScriptBuilder

type ScriptBuilder struct {
	// contains filtered or unexported fields
}

func NewScriptBuilder

func NewScriptBuilder() *ScriptBuilder

func (*ScriptBuilder) Args

func (s *ScriptBuilder) Args(v Bytes) *ScriptBuilder

func (*ScriptBuilder) Build

func (s *ScriptBuilder) Build() Script

func (*ScriptBuilder) CodeHash

func (s *ScriptBuilder) CodeHash(v Hash) *ScriptBuilder

func (*ScriptBuilder) HashType

func (s *ScriptBuilder) HashType(v Byte) *ScriptBuilder

type ScriptOpt

type ScriptOpt struct {
	// contains filtered or unexported fields
}

func ScriptOptDefault

func ScriptOptDefault() ScriptOpt

func ScriptOptFromSlice

func ScriptOptFromSlice(slice []byte, compatible bool) (*ScriptOpt, error)

func ScriptOptFromSliceUnchecked

func ScriptOptFromSliceUnchecked(slice []byte) *ScriptOpt

func (*ScriptOpt) AsBuilder

func (s *ScriptOpt) AsBuilder() ScriptOptBuilder

func (*ScriptOpt) AsSlice

func (s *ScriptOpt) AsSlice() []byte

func (*ScriptOpt) IntoScript

func (s *ScriptOpt) IntoScript() (*Script, error)

func (*ScriptOpt) IsNone

func (s *ScriptOpt) IsNone() bool

func (*ScriptOpt) IsSome

func (s *ScriptOpt) IsSome() bool

type ScriptOptBuilder

type ScriptOptBuilder struct {
	// contains filtered or unexported fields
}

func NewScriptOptBuilder

func NewScriptOptBuilder() *ScriptOptBuilder

func (*ScriptOptBuilder) Build

func (s *ScriptOptBuilder) Build() ScriptOpt

func (*ScriptOptBuilder) Set

type SliceList

type SliceList struct {
	// contains filtered or unexported fields
}

func SliceListDefault

func SliceListDefault() SliceList

func SliceListFromSlice

func SliceListFromSlice(slice []byte, compatible bool) (*SliceList, error)

func SliceListFromSliceUnchecked

func SliceListFromSliceUnchecked(slice []byte) *SliceList

func (*SliceList) AsBuilder

func (s *SliceList) AsBuilder() SliceListBuilder

func (*SliceList) AsSlice

func (s *SliceList) AsSlice() []byte

func (*SliceList) Get

func (s *SliceList) Get(index uint) *SL

if *SL is nil, index is out of bounds

func (*SliceList) IsEmpty

func (s *SliceList) IsEmpty() bool

func (*SliceList) ItemCount

func (s *SliceList) ItemCount() uint

func (*SliceList) Len

func (s *SliceList) Len() uint

func (*SliceList) TotalSize

func (s *SliceList) TotalSize() uint

type SliceListBuilder

type SliceListBuilder struct {
	// contains filtered or unexported fields
}

func NewSliceListBuilder

func NewSliceListBuilder() *SliceListBuilder

func (*SliceListBuilder) Build

func (s *SliceListBuilder) Build() SliceList

func (*SliceListBuilder) Extend

func (s *SliceListBuilder) Extend(iter []SL) *SliceListBuilder

func (*SliceListBuilder) Push

func (s *SliceListBuilder) Push(v SL) *SliceListBuilder

func (*SliceListBuilder) Set

func (s *SliceListBuilder) Set(v []SL) *SliceListBuilder

type SubAccount

type SubAccount struct {
	// contains filtered or unexported fields
}

func SubAccountDefault

func SubAccountDefault() SubAccount

func SubAccountFromSlice

func SubAccountFromSlice(slice []byte, compatible bool) (*SubAccount, error)

func SubAccountFromSliceUnchecked

func SubAccountFromSliceUnchecked(slice []byte) *SubAccount

func (*SubAccount) Account

func (s *SubAccount) Account() *AccountChars

func (*SubAccount) AsBuilder

func (s *SubAccount) AsBuilder() SubAccountBuilder

func (*SubAccount) AsSlice

func (s *SubAccount) AsSlice() []byte

func (*SubAccount) CountExtraFields

func (s *SubAccount) CountExtraFields() uint

func (*SubAccount) EnableSubAccount

func (s *SubAccount) EnableSubAccount() *Uint8

func (*SubAccount) ExpiredAt

func (s *SubAccount) ExpiredAt() *Uint64

func (*SubAccount) FieldCount

func (s *SubAccount) FieldCount() uint

func (*SubAccount) HasExtraFields

func (s *SubAccount) HasExtraFields() bool

func (*SubAccount) Id

func (s *SubAccount) Id() *AccountId

func (*SubAccount) IsEmpty

func (s *SubAccount) IsEmpty() bool

func (*SubAccount) Len

func (s *SubAccount) Len() uint

func (*SubAccount) Lock

func (s *SubAccount) Lock() *Script

func (*SubAccount) Nonce

func (s *SubAccount) Nonce() *Uint64

func (*SubAccount) Records

func (s *SubAccount) Records() *Records

func (*SubAccount) RegisteredAt

func (s *SubAccount) RegisteredAt() *Uint64

func (*SubAccount) RenewSubAccountPrice

func (s *SubAccount) RenewSubAccountPrice() *Uint64

func (*SubAccount) Status

func (s *SubAccount) Status() *Uint8

func (*SubAccount) Suffix

func (s *SubAccount) Suffix() *Bytes

func (*SubAccount) TotalSize

func (s *SubAccount) TotalSize() uint

type SubAccountBuilder

type SubAccountBuilder struct {
	// contains filtered or unexported fields
}

func NewSubAccountBuilder

func NewSubAccountBuilder() *SubAccountBuilder

func (*SubAccountBuilder) Account

func (*SubAccountBuilder) Build

func (s *SubAccountBuilder) Build() SubAccount

func (*SubAccountBuilder) EnableSubAccount

func (s *SubAccountBuilder) EnableSubAccount(v Uint8) *SubAccountBuilder

func (*SubAccountBuilder) ExpiredAt

func (s *SubAccountBuilder) ExpiredAt(v Uint64) *SubAccountBuilder

func (*SubAccountBuilder) Id

func (*SubAccountBuilder) Lock

func (*SubAccountBuilder) Nonce

func (*SubAccountBuilder) Records

func (*SubAccountBuilder) RegisteredAt

func (s *SubAccountBuilder) RegisteredAt(v Uint64) *SubAccountBuilder

func (*SubAccountBuilder) RenewSubAccountPrice

func (s *SubAccountBuilder) RenewSubAccountPrice(v Uint64) *SubAccountBuilder

func (*SubAccountBuilder) Status

func (*SubAccountBuilder) Suffix

type TypeIdTable

type TypeIdTable struct {
	// contains filtered or unexported fields
}

func TypeIdTableDefault

func TypeIdTableDefault() TypeIdTable

func TypeIdTableFromSlice

func TypeIdTableFromSlice(slice []byte, compatible bool) (*TypeIdTable, error)

func TypeIdTableFromSliceUnchecked

func TypeIdTableFromSliceUnchecked(slice []byte) *TypeIdTable

func (*TypeIdTable) AccountAuctionCell

func (s *TypeIdTable) AccountAuctionCell() *Hash

func (*TypeIdTable) AccountCell

func (s *TypeIdTable) AccountCell() *Hash

func (*TypeIdTable) AccountSaleCell

func (s *TypeIdTable) AccountSaleCell() *Hash

func (*TypeIdTable) ApplyRegisterCell

func (s *TypeIdTable) ApplyRegisterCell() *Hash

func (*TypeIdTable) AsBuilder

func (s *TypeIdTable) AsBuilder() TypeIdTableBuilder

func (*TypeIdTable) AsSlice

func (s *TypeIdTable) AsSlice() []byte

func (*TypeIdTable) BalanceCell

func (s *TypeIdTable) BalanceCell() *Hash

func (*TypeIdTable) CountExtraFields

func (s *TypeIdTable) CountExtraFields() uint

func (*TypeIdTable) Eip712Lib

func (s *TypeIdTable) Eip712Lib() *Hash

func (*TypeIdTable) FieldCount

func (s *TypeIdTable) FieldCount() uint

func (*TypeIdTable) HasExtraFields

func (s *TypeIdTable) HasExtraFields() bool

func (*TypeIdTable) IncomeCell

func (s *TypeIdTable) IncomeCell() *Hash

func (*TypeIdTable) IsEmpty

func (s *TypeIdTable) IsEmpty() bool

func (*TypeIdTable) Len

func (s *TypeIdTable) Len() uint

func (*TypeIdTable) OfferCell

func (s *TypeIdTable) OfferCell() *Hash

func (*TypeIdTable) PreAccountCell

func (s *TypeIdTable) PreAccountCell() *Hash

func (*TypeIdTable) ProposalCell

func (s *TypeIdTable) ProposalCell() *Hash

func (*TypeIdTable) ReverseRecordCell

func (s *TypeIdTable) ReverseRecordCell() *Hash

func (*TypeIdTable) ReverseRecordRootCell added in v1.0.1

func (s *TypeIdTable) ReverseRecordRootCell() *Hash

func (*TypeIdTable) SubAccountCell

func (s *TypeIdTable) SubAccountCell() *Hash

func (*TypeIdTable) TotalSize

func (s *TypeIdTable) TotalSize() uint

type TypeIdTableBuilder

type TypeIdTableBuilder struct {
	// contains filtered or unexported fields
}

func NewTypeIdTableBuilder

func NewTypeIdTableBuilder() *TypeIdTableBuilder

func (*TypeIdTableBuilder) AccountAuctionCell

func (s *TypeIdTableBuilder) AccountAuctionCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) AccountCell

func (s *TypeIdTableBuilder) AccountCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) AccountSaleCell

func (s *TypeIdTableBuilder) AccountSaleCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) ApplyRegisterCell

func (s *TypeIdTableBuilder) ApplyRegisterCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) BalanceCell

func (s *TypeIdTableBuilder) BalanceCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) Build

func (s *TypeIdTableBuilder) Build() TypeIdTable

func (*TypeIdTableBuilder) Eip712Lib

func (s *TypeIdTableBuilder) Eip712Lib(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) IncomeCell

func (s *TypeIdTableBuilder) IncomeCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) OfferCell

func (s *TypeIdTableBuilder) OfferCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) PreAccountCell

func (s *TypeIdTableBuilder) PreAccountCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) ProposalCell

func (s *TypeIdTableBuilder) ProposalCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) ReverseRecordCell

func (s *TypeIdTableBuilder) ReverseRecordCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) ReverseRecordRootCell added in v1.0.1

func (s *TypeIdTableBuilder) ReverseRecordRootCell(v Hash) *TypeIdTableBuilder

func (*TypeIdTableBuilder) SubAccountCell

func (s *TypeIdTableBuilder) SubAccountCell(v Hash) *TypeIdTableBuilder

type Uint32

type Uint32 struct {
	// contains filtered or unexported fields
}

func GoU32ToMoleculeU32

func GoU32ToMoleculeU32(i uint32) Uint32

func Uint32Default

func Uint32Default() Uint32

func Uint32FromSlice

func Uint32FromSlice(slice []byte, _compatible bool) (*Uint32, error)

func Uint32FromSliceUnchecked

func Uint32FromSliceUnchecked(slice []byte) *Uint32

func (*Uint32) AsBuilder

func (s *Uint32) AsBuilder() Uint32Builder

func (*Uint32) AsSlice

func (s *Uint32) AsSlice() []byte

func (*Uint32) Nth0

func (s *Uint32) Nth0() *Byte

func (*Uint32) Nth1

func (s *Uint32) Nth1() *Byte

func (*Uint32) Nth2

func (s *Uint32) Nth2() *Byte

func (*Uint32) Nth3

func (s *Uint32) Nth3() *Byte

func (*Uint32) RawData

func (s *Uint32) RawData() []byte

type Uint32Builder

type Uint32Builder struct {
	// contains filtered or unexported fields
}

func NewUint32Builder

func NewUint32Builder() *Uint32Builder

func (*Uint32Builder) Build

func (s *Uint32Builder) Build() Uint32

func (*Uint32Builder) Nth0

func (s *Uint32Builder) Nth0(v Byte) *Uint32Builder

func (*Uint32Builder) Nth1

func (s *Uint32Builder) Nth1(v Byte) *Uint32Builder

func (*Uint32Builder) Nth2

func (s *Uint32Builder) Nth2(v Byte) *Uint32Builder

func (*Uint32Builder) Nth3

func (s *Uint32Builder) Nth3(v Byte) *Uint32Builder

func (*Uint32Builder) Set

func (s *Uint32Builder) Set(v [4]Byte) *Uint32Builder

type Uint64

type Uint64 struct {
	// contains filtered or unexported fields
}

func GoU64ToMoleculeU64

func GoU64ToMoleculeU64(i uint64) Uint64

func Uint64Default

func Uint64Default() Uint64

func Uint64FromSlice

func Uint64FromSlice(slice []byte, _compatible bool) (*Uint64, error)

func Uint64FromSliceUnchecked

func Uint64FromSliceUnchecked(slice []byte) *Uint64

func (*Uint64) AsBuilder

func (s *Uint64) AsBuilder() Uint64Builder

func (*Uint64) AsSlice

func (s *Uint64) AsSlice() []byte

func (*Uint64) Nth0

func (s *Uint64) Nth0() *Byte

func (*Uint64) Nth1

func (s *Uint64) Nth1() *Byte

func (*Uint64) Nth2

func (s *Uint64) Nth2() *Byte

func (*Uint64) Nth3

func (s *Uint64) Nth3() *Byte

func (*Uint64) Nth4

func (s *Uint64) Nth4() *Byte

func (*Uint64) Nth5

func (s *Uint64) Nth5() *Byte

func (*Uint64) Nth6

func (s *Uint64) Nth6() *Byte

func (*Uint64) Nth7

func (s *Uint64) Nth7() *Byte

func (*Uint64) RawData

func (s *Uint64) RawData() []byte

type Uint64Builder

type Uint64Builder struct {
	// contains filtered or unexported fields
}

func NewUint64Builder

func NewUint64Builder() *Uint64Builder

func (*Uint64Builder) Build

func (s *Uint64Builder) Build() Uint64

func (*Uint64Builder) Nth0

func (s *Uint64Builder) Nth0(v Byte) *Uint64Builder

func (*Uint64Builder) Nth1

func (s *Uint64Builder) Nth1(v Byte) *Uint64Builder

func (*Uint64Builder) Nth2

func (s *Uint64Builder) Nth2(v Byte) *Uint64Builder

func (*Uint64Builder) Nth3

func (s *Uint64Builder) Nth3(v Byte) *Uint64Builder

func (*Uint64Builder) Nth4

func (s *Uint64Builder) Nth4(v Byte) *Uint64Builder

func (*Uint64Builder) Nth5

func (s *Uint64Builder) Nth5(v Byte) *Uint64Builder

func (*Uint64Builder) Nth6

func (s *Uint64Builder) Nth6(v Byte) *Uint64Builder

func (*Uint64Builder) Nth7

func (s *Uint64Builder) Nth7(v Byte) *Uint64Builder

func (*Uint64Builder) Set

func (s *Uint64Builder) Set(v [8]Byte) *Uint64Builder

type Uint8

type Uint8 struct {
	// contains filtered or unexported fields
}

func GoU8ToMoleculeU8

func GoU8ToMoleculeU8(i uint8) Uint8

func Uint8Default

func Uint8Default() Uint8

func Uint8FromSlice

func Uint8FromSlice(slice []byte, _compatible bool) (*Uint8, error)

func Uint8FromSliceUnchecked

func Uint8FromSliceUnchecked(slice []byte) *Uint8

func (*Uint8) AsBuilder

func (s *Uint8) AsBuilder() Uint8Builder

func (*Uint8) AsSlice

func (s *Uint8) AsSlice() []byte

func (*Uint8) Nth0

func (s *Uint8) Nth0() *Byte

func (*Uint8) RawData

func (s *Uint8) RawData() []byte

type Uint8Builder

type Uint8Builder struct {
	// contains filtered or unexported fields
}

func NewUint8Builder

func NewUint8Builder() *Uint8Builder

func (*Uint8Builder) Build

func (s *Uint8Builder) Build() Uint8

func (*Uint8Builder) Nth0

func (s *Uint8Builder) Nth0(v Byte) *Uint8Builder

func (*Uint8Builder) Set

func (s *Uint8Builder) Set(v [1]Byte) *Uint8Builder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL