molecule

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: MIT Imports: 8 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 ASTExpression added in v1.1.0

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

func ASTExpressionDefault added in v1.1.0

func ASTExpressionDefault() ASTExpression

func ASTExpressionFromSlice added in v1.1.0

func ASTExpressionFromSlice(slice []byte, compatible bool) (*ASTExpression, error)

func ASTExpressionFromSliceUnchecked added in v1.1.0

func ASTExpressionFromSliceUnchecked(slice []byte) *ASTExpression

func (*ASTExpression) AsBuilder added in v1.1.0

func (s *ASTExpression) AsBuilder() ASTExpressionBuilder

func (*ASTExpression) AsSlice added in v1.1.0

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

func (*ASTExpression) CountExtraFields added in v1.1.0

func (s *ASTExpression) CountExtraFields() uint

func (*ASTExpression) Expression added in v1.1.0

func (s *ASTExpression) Expression() *Bytes

func (*ASTExpression) ExpressionType added in v1.1.0

func (s *ASTExpression) ExpressionType() *Byte

func (*ASTExpression) FieldCount added in v1.1.0

func (s *ASTExpression) FieldCount() uint

func (*ASTExpression) HasExtraFields added in v1.1.0

func (s *ASTExpression) HasExtraFields() bool

func (*ASTExpression) IsEmpty added in v1.1.0

func (s *ASTExpression) IsEmpty() bool

func (*ASTExpression) Len added in v1.1.0

func (s *ASTExpression) Len() uint

func (*ASTExpression) TotalSize added in v1.1.0

func (s *ASTExpression) TotalSize() uint

type ASTExpressionBuilder added in v1.1.0

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

func NewASTExpressionBuilder added in v1.1.0

func NewASTExpressionBuilder() *ASTExpressionBuilder

func (*ASTExpressionBuilder) Build added in v1.1.0

func (*ASTExpressionBuilder) Expression added in v1.1.0

func (*ASTExpressionBuilder) ExpressionType added in v1.1.0

func (s *ASTExpressionBuilder) ExpressionType(v Byte) *ASTExpressionBuilder

type ASTExpressions added in v1.1.0

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

func ASTExpressionsDefault added in v1.1.0

func ASTExpressionsDefault() ASTExpressions

func ASTExpressionsFromSlice added in v1.1.0

func ASTExpressionsFromSlice(slice []byte, compatible bool) (*ASTExpressions, error)

func ASTExpressionsFromSliceUnchecked added in v1.1.0

func ASTExpressionsFromSliceUnchecked(slice []byte) *ASTExpressions

func (*ASTExpressions) AsBuilder added in v1.1.0

func (s *ASTExpressions) AsBuilder() ASTExpressionsBuilder

func (*ASTExpressions) AsSlice added in v1.1.0

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

func (*ASTExpressions) Get added in v1.1.0

func (s *ASTExpressions) Get(index uint) *ASTExpression

if *ASTExpression is nil, index is out of bounds

func (*ASTExpressions) IsEmpty added in v1.1.0

func (s *ASTExpressions) IsEmpty() bool

func (*ASTExpressions) ItemCount added in v1.1.0

func (s *ASTExpressions) ItemCount() uint

func (*ASTExpressions) Len added in v1.1.0

func (s *ASTExpressions) Len() uint

func (*ASTExpressions) TotalSize added in v1.1.0

func (s *ASTExpressions) TotalSize() uint

type ASTExpressionsBuilder added in v1.1.0

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

func NewASTExpressionsBuilder added in v1.1.0

func NewASTExpressionsBuilder() *ASTExpressionsBuilder

func (*ASTExpressionsBuilder) Build added in v1.1.0

func (*ASTExpressionsBuilder) Extend added in v1.1.0

func (*ASTExpressionsBuilder) Push added in v1.1.0

func (*ASTExpressionsBuilder) Replace added in v1.1.0

func (s *ASTExpressionsBuilder) Replace(index uint, v ASTExpression) *ASTExpression

func (*ASTExpressionsBuilder) Set added in v1.1.0

type ASTFunction added in v1.1.0

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

func ASTFunctionDefault added in v1.1.0

func ASTFunctionDefault() ASTFunction

func ASTFunctionFromSlice added in v1.1.0

func ASTFunctionFromSlice(slice []byte, compatible bool) (*ASTFunction, error)

func ASTFunctionFromSliceUnchecked added in v1.1.0

func ASTFunctionFromSliceUnchecked(slice []byte) *ASTFunction

func (*ASTFunction) Arguments added in v1.1.0

func (s *ASTFunction) Arguments() *ASTExpressions

func (*ASTFunction) AsBuilder added in v1.1.0

func (s *ASTFunction) AsBuilder() ASTFunctionBuilder

func (*ASTFunction) AsSlice added in v1.1.0

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

func (*ASTFunction) CountExtraFields added in v1.1.0

func (s *ASTFunction) CountExtraFields() uint

func (*ASTFunction) FieldCount added in v1.1.0

func (s *ASTFunction) FieldCount() uint

func (*ASTFunction) HasExtraFields added in v1.1.0

func (s *ASTFunction) HasExtraFields() bool

func (*ASTFunction) IsEmpty added in v1.1.0

func (s *ASTFunction) IsEmpty() bool

func (*ASTFunction) Len added in v1.1.0

func (s *ASTFunction) Len() uint

func (*ASTFunction) Name added in v1.1.0

func (s *ASTFunction) Name() *Byte

func (*ASTFunction) TotalSize added in v1.1.0

func (s *ASTFunction) TotalSize() uint

type ASTFunctionBuilder added in v1.1.0

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

func NewASTFunctionBuilder added in v1.1.0

func NewASTFunctionBuilder() *ASTFunctionBuilder

func (*ASTFunctionBuilder) Arguments added in v1.1.0

func (*ASTFunctionBuilder) Build added in v1.1.0

func (s *ASTFunctionBuilder) Build() ASTFunction

func (*ASTFunctionBuilder) Name added in v1.1.0

type ASTOperator added in v1.1.0

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

func ASTOperatorDefault added in v1.1.0

func ASTOperatorDefault() ASTOperator

func ASTOperatorFromSlice added in v1.1.0

func ASTOperatorFromSlice(slice []byte, compatible bool) (*ASTOperator, error)

func ASTOperatorFromSliceUnchecked added in v1.1.0

func ASTOperatorFromSliceUnchecked(slice []byte) *ASTOperator

func (*ASTOperator) AsBuilder added in v1.1.0

func (s *ASTOperator) AsBuilder() ASTOperatorBuilder

func (*ASTOperator) AsSlice added in v1.1.0

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

func (*ASTOperator) CountExtraFields added in v1.1.0

func (s *ASTOperator) CountExtraFields() uint

func (*ASTOperator) Expressions added in v1.1.0

func (s *ASTOperator) Expressions() *ASTExpressions

func (*ASTOperator) FieldCount added in v1.1.0

func (s *ASTOperator) FieldCount() uint

func (*ASTOperator) HasExtraFields added in v1.1.0

func (s *ASTOperator) HasExtraFields() bool

func (*ASTOperator) IsEmpty added in v1.1.0

func (s *ASTOperator) IsEmpty() bool

func (*ASTOperator) Len added in v1.1.0

func (s *ASTOperator) Len() uint

func (*ASTOperator) Symbol added in v1.1.0

func (s *ASTOperator) Symbol() *Byte

func (*ASTOperator) TotalSize added in v1.1.0

func (s *ASTOperator) TotalSize() uint

type ASTOperatorBuilder added in v1.1.0

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

func NewASTOperatorBuilder added in v1.1.0

func NewASTOperatorBuilder() *ASTOperatorBuilder

func (*ASTOperatorBuilder) Build added in v1.1.0

func (s *ASTOperatorBuilder) Build() ASTOperator

func (*ASTOperatorBuilder) Expressions added in v1.1.0

func (*ASTOperatorBuilder) Symbol added in v1.1.0

type ASTValue added in v1.1.0

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

func ASTValueDefault added in v1.1.0

func ASTValueDefault() ASTValue

func ASTValueFromSlice added in v1.1.0

func ASTValueFromSlice(slice []byte, compatible bool) (*ASTValue, error)

func ASTValueFromSliceUnchecked added in v1.1.0

func ASTValueFromSliceUnchecked(slice []byte) *ASTValue

func (*ASTValue) AsBuilder added in v1.1.0

func (s *ASTValue) AsBuilder() ASTValueBuilder

func (*ASTValue) AsSlice added in v1.1.0

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

func (*ASTValue) CountExtraFields added in v1.1.0

func (s *ASTValue) CountExtraFields() uint

func (*ASTValue) FieldCount added in v1.1.0

func (s *ASTValue) FieldCount() uint

func (*ASTValue) HasExtraFields added in v1.1.0

func (s *ASTValue) HasExtraFields() bool

func (*ASTValue) IsEmpty added in v1.1.0

func (s *ASTValue) IsEmpty() bool

func (*ASTValue) Len added in v1.1.0

func (s *ASTValue) Len() uint

func (*ASTValue) TotalSize added in v1.1.0

func (s *ASTValue) TotalSize() uint

func (*ASTValue) Value added in v1.1.0

func (s *ASTValue) Value() *Bytes

func (*ASTValue) ValueType added in v1.1.0

func (s *ASTValue) ValueType() *Byte

type ASTValueBuilder added in v1.1.0

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

func NewASTValueBuilder added in v1.1.0

func NewASTValueBuilder() *ASTValueBuilder

func (*ASTValueBuilder) Build added in v1.1.0

func (s *ASTValueBuilder) Build() ASTValue

func (*ASTValueBuilder) Value added in v1.1.0

func (s *ASTValueBuilder) Value(v Bytes) *ASTValueBuilder

func (*ASTValueBuilder) ValueType added in v1.1.0

func (s *ASTValueBuilder) ValueType(v Byte) *ASTValueBuilder

type ASTVariable added in v1.1.0

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

func ASTVariableDefault added in v1.1.0

func ASTVariableDefault() ASTVariable

func ASTVariableFromSlice added in v1.1.0

func ASTVariableFromSlice(slice []byte, compatible bool) (*ASTVariable, error)

func ASTVariableFromSliceUnchecked added in v1.1.0

func ASTVariableFromSliceUnchecked(slice []byte) *ASTVariable

func (*ASTVariable) AsBuilder added in v1.1.0

func (s *ASTVariable) AsBuilder() ASTVariableBuilder

func (*ASTVariable) AsSlice added in v1.1.0

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

func (*ASTVariable) CountExtraFields added in v1.1.0

func (s *ASTVariable) CountExtraFields() uint

func (*ASTVariable) FieldCount added in v1.1.0

func (s *ASTVariable) FieldCount() uint

func (*ASTVariable) HasExtraFields added in v1.1.0

func (s *ASTVariable) HasExtraFields() bool

func (*ASTVariable) IsEmpty added in v1.1.0

func (s *ASTVariable) IsEmpty() bool

func (*ASTVariable) Len added in v1.1.0

func (s *ASTVariable) Len() uint

func (*ASTVariable) Name added in v1.1.0

func (s *ASTVariable) Name() *Byte

func (*ASTVariable) TotalSize added in v1.1.0

func (s *ASTVariable) TotalSize() uint

type ASTVariableBuilder added in v1.1.0

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

func NewASTVariableBuilder added in v1.1.0

func NewASTVariableBuilder() *ASTVariableBuilder

func (*ASTVariableBuilder) Build added in v1.1.0

func (s *ASTVariableBuilder) Build() ASTVariable

func (*ASTVariableBuilder) Name added in v1.1.0

type AccountApproval added in v1.1.0

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

func AccountApprovalDefault added in v1.1.0

func AccountApprovalDefault() AccountApproval

func AccountApprovalFromSlice added in v1.1.0

func AccountApprovalFromSlice(slice []byte, compatible bool) (*AccountApproval, error)

func AccountApprovalFromSliceUnchecked added in v1.1.0

func AccountApprovalFromSliceUnchecked(slice []byte) *AccountApproval

func (*AccountApproval) Action added in v1.1.0

func (s *AccountApproval) Action() *Bytes

func (*AccountApproval) AsBuilder added in v1.1.0

func (s *AccountApproval) AsBuilder() AccountApprovalBuilder

func (*AccountApproval) AsSlice added in v1.1.0

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

func (*AccountApproval) CountExtraFields added in v1.1.0

func (s *AccountApproval) CountExtraFields() uint

func (*AccountApproval) FieldCount added in v1.1.0

func (s *AccountApproval) FieldCount() uint

func (*AccountApproval) HasExtraFields added in v1.1.0

func (s *AccountApproval) HasExtraFields() bool

func (*AccountApproval) IsEmpty added in v1.1.0

func (s *AccountApproval) IsEmpty() bool

func (*AccountApproval) Len added in v1.1.0

func (s *AccountApproval) Len() uint

func (*AccountApproval) Params added in v1.1.0

func (s *AccountApproval) Params() *Bytes

func (*AccountApproval) TotalSize added in v1.1.0

func (s *AccountApproval) TotalSize() uint

type AccountApprovalBuilder added in v1.1.0

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

func NewAccountApprovalBuilder added in v1.1.0

func NewAccountApprovalBuilder() *AccountApprovalBuilder

func (*AccountApprovalBuilder) Action added in v1.1.0

func (*AccountApprovalBuilder) Build added in v1.1.0

func (*AccountApprovalBuilder) Params added in v1.1.0

type AccountApprovalTransfer added in v1.1.0

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

func AccountApprovalTransferDefault added in v1.1.0

func AccountApprovalTransferDefault() AccountApprovalTransfer

func AccountApprovalTransferFromSlice added in v1.1.0

func AccountApprovalTransferFromSlice(slice []byte, compatible bool) (*AccountApprovalTransfer, error)

func AccountApprovalTransferFromSliceUnchecked added in v1.1.0

func AccountApprovalTransferFromSliceUnchecked(slice []byte) *AccountApprovalTransfer

func (*AccountApprovalTransfer) AsBuilder added in v1.1.0

func (*AccountApprovalTransfer) AsSlice added in v1.1.0

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

func (*AccountApprovalTransfer) CountExtraFields added in v1.1.0

func (s *AccountApprovalTransfer) CountExtraFields() uint

func (*AccountApprovalTransfer) DelayCountRemain added in v1.1.0

func (s *AccountApprovalTransfer) DelayCountRemain() *Uint8

func (*AccountApprovalTransfer) FieldCount added in v1.1.0

func (s *AccountApprovalTransfer) FieldCount() uint

func (*AccountApprovalTransfer) HasExtraFields added in v1.1.0

func (s *AccountApprovalTransfer) HasExtraFields() bool

func (*AccountApprovalTransfer) IsEmpty added in v1.1.0

func (s *AccountApprovalTransfer) IsEmpty() bool

func (*AccountApprovalTransfer) Len added in v1.1.0

func (s *AccountApprovalTransfer) Len() uint

func (*AccountApprovalTransfer) PlatformLock added in v1.1.0

func (s *AccountApprovalTransfer) PlatformLock() *Script

func (*AccountApprovalTransfer) ProtectedUntil added in v1.1.0

func (s *AccountApprovalTransfer) ProtectedUntil() *Uint64

func (*AccountApprovalTransfer) SealedUntil added in v1.1.0

func (s *AccountApprovalTransfer) SealedUntil() *Uint64

func (*AccountApprovalTransfer) ToLock added in v1.1.0

func (s *AccountApprovalTransfer) ToLock() *Script

func (*AccountApprovalTransfer) TotalSize added in v1.1.0

func (s *AccountApprovalTransfer) TotalSize() uint

type AccountApprovalTransferBuilder added in v1.1.0

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

func NewAccountApprovalTransferBuilder added in v1.1.0

func NewAccountApprovalTransferBuilder() *AccountApprovalTransferBuilder

func (*AccountApprovalTransferBuilder) Build added in v1.1.0

func (*AccountApprovalTransferBuilder) DelayCountRemain added in v1.1.0

func (*AccountApprovalTransferBuilder) PlatformLock added in v1.1.0

func (*AccountApprovalTransferBuilder) ProtectedUntil added in v1.1.0

func (*AccountApprovalTransferBuilder) SealedUntil added in v1.1.0

func (*AccountApprovalTransferBuilder) ToLock added in v1.1.0

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) Approval added in v1.1.0

func (s *AccountCellData) Approval() *AccountApproval

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) Approval added in v1.1.0

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 AccountCellDataV3 added in v1.1.0

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

func AccountCellDataV3Default added in v1.1.0

func AccountCellDataV3Default() AccountCellDataV3

func AccountCellDataV3FromSlice added in v1.1.0

func AccountCellDataV3FromSlice(slice []byte, compatible bool) (*AccountCellDataV3, error)

func AccountCellDataV3FromSliceUnchecked added in v1.1.0

func AccountCellDataV3FromSliceUnchecked(slice []byte) *AccountCellDataV3

func (*AccountCellDataV3) Account added in v1.1.0

func (s *AccountCellDataV3) Account() *AccountChars

func (*AccountCellDataV3) AsBuilder added in v1.1.0

func (*AccountCellDataV3) AsSlice added in v1.1.0

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

func (*AccountCellDataV3) CountExtraFields added in v1.1.0

func (s *AccountCellDataV3) CountExtraFields() uint

func (*AccountCellDataV3) EnableSubAccount added in v1.1.0

func (s *AccountCellDataV3) EnableSubAccount() *Uint8

func (*AccountCellDataV3) FieldCount added in v1.1.0

func (s *AccountCellDataV3) FieldCount() uint

func (*AccountCellDataV3) HasExtraFields added in v1.1.0

func (s *AccountCellDataV3) HasExtraFields() bool

func (*AccountCellDataV3) Id added in v1.1.0

func (s *AccountCellDataV3) Id() *AccountId

func (*AccountCellDataV3) IsEmpty added in v1.1.0

func (s *AccountCellDataV3) IsEmpty() bool

func (*AccountCellDataV3) LastEditManagerAt added in v1.1.0

func (s *AccountCellDataV3) LastEditManagerAt() *Uint64

func (*AccountCellDataV3) LastEditRecordsAt added in v1.1.0

func (s *AccountCellDataV3) LastEditRecordsAt() *Uint64

func (*AccountCellDataV3) LastTransferAccountAt added in v1.1.0

func (s *AccountCellDataV3) LastTransferAccountAt() *Uint64

func (*AccountCellDataV3) Len added in v1.1.0

func (s *AccountCellDataV3) Len() uint

func (*AccountCellDataV3) Records added in v1.1.0

func (s *AccountCellDataV3) Records() *Records

func (*AccountCellDataV3) RegisteredAt added in v1.1.0

func (s *AccountCellDataV3) RegisteredAt() *Uint64

func (*AccountCellDataV3) RenewSubAccountPrice added in v1.1.0

func (s *AccountCellDataV3) RenewSubAccountPrice() *Uint64

func (*AccountCellDataV3) Status added in v1.1.0

func (s *AccountCellDataV3) Status() *Uint8

func (*AccountCellDataV3) TotalSize added in v1.1.0

func (s *AccountCellDataV3) TotalSize() uint

type AccountCellDataV3Builder added in v1.1.0

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

func NewAccountCellDataV3Builder added in v1.1.0

func NewAccountCellDataV3Builder() *AccountCellDataV3Builder

func (*AccountCellDataV3Builder) Account added in v1.1.0

func (*AccountCellDataV3Builder) Build added in v1.1.0

func (*AccountCellDataV3Builder) EnableSubAccount added in v1.1.0

func (*AccountCellDataV3Builder) Id added in v1.1.0

func (*AccountCellDataV3Builder) LastEditManagerAt added in v1.1.0

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

func (*AccountCellDataV3Builder) LastEditRecordsAt added in v1.1.0

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

func (*AccountCellDataV3Builder) LastTransferAccountAt added in v1.1.0

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

func (*AccountCellDataV3Builder) Records added in v1.1.0

func (*AccountCellDataV3Builder) RegisteredAt added in v1.1.0

func (*AccountCellDataV3Builder) RenewSubAccountPrice added in v1.1.0

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

func (*AccountCellDataV3Builder) Status added in v1.1.0

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) Replace added in v1.1.0

func (s *AccountCharsBuilder) Replace(index uint, v AccountChar) *AccountChar

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 Byte10 added in v1.1.0

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

func Byte10Default added in v1.1.0

func Byte10Default() Byte10

func Byte10FromSlice added in v1.1.0

func Byte10FromSlice(slice []byte, _compatible bool) (*Byte10, error)

func Byte10FromSliceUnchecked added in v1.1.0

func Byte10FromSliceUnchecked(slice []byte) *Byte10

func GoBytes2MoleculeByte10 added in v1.1.0

func GoBytes2MoleculeByte10(bys []byte) (Byte10, error)

func GoString2MoleculeByte10 added in v1.1.0

func GoString2MoleculeByte10(str string) (Byte10, error)

func (*Byte10) AsBuilder added in v1.1.0

func (s *Byte10) AsBuilder() Byte10Builder

func (*Byte10) AsSlice added in v1.1.0

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

func (*Byte10) Nth0 added in v1.1.0

func (s *Byte10) Nth0() *Byte

func (*Byte10) Nth1 added in v1.1.0

func (s *Byte10) Nth1() *Byte

func (*Byte10) Nth2 added in v1.1.0

func (s *Byte10) Nth2() *Byte

func (*Byte10) Nth3 added in v1.1.0

func (s *Byte10) Nth3() *Byte

func (*Byte10) Nth4 added in v1.1.0

func (s *Byte10) Nth4() *Byte

func (*Byte10) Nth5 added in v1.1.0

func (s *Byte10) Nth5() *Byte

func (*Byte10) Nth6 added in v1.1.0

func (s *Byte10) Nth6() *Byte

func (*Byte10) Nth7 added in v1.1.0

func (s *Byte10) Nth7() *Byte

func (*Byte10) Nth8 added in v1.1.0

func (s *Byte10) Nth8() *Byte

func (*Byte10) Nth9 added in v1.1.0

func (s *Byte10) Nth9() *Byte

func (*Byte10) RawData added in v1.1.0

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

type Byte10Builder added in v1.1.0

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

func NewByte10Builder added in v1.1.0

func NewByte10Builder() *Byte10Builder

func (*Byte10Builder) Build added in v1.1.0

func (s *Byte10Builder) Build() Byte10

func (*Byte10Builder) Nth0 added in v1.1.0

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

func (*Byte10Builder) Nth1 added in v1.1.0

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

func (*Byte10Builder) Nth2 added in v1.1.0

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

func (*Byte10Builder) Nth3 added in v1.1.0

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

func (*Byte10Builder) Nth4 added in v1.1.0

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

func (*Byte10Builder) Nth5 added in v1.1.0

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

func (*Byte10Builder) Nth6 added in v1.1.0

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

func (*Byte10Builder) Nth7 added in v1.1.0

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

func (*Byte10Builder) Nth8 added in v1.1.0

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

func (*Byte10Builder) Nth9 added in v1.1.0

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

func (*Byte10Builder) Set added in v1.1.0

func (s *Byte10Builder) Set(v [10]Byte) *Byte10Builder

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) Replace added in v1.1.0

func (s *BytesBuilder) Replace(index uint, v Byte) *Byte

func (*BytesBuilder) Set

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

type BytesVec added in v1.1.0

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

func BytesVecDefault added in v1.1.0

func BytesVecDefault() BytesVec

func BytesVecFromSlice added in v1.1.0

func BytesVecFromSlice(slice []byte, compatible bool) (*BytesVec, error)

func BytesVecFromSliceUnchecked added in v1.1.0

func BytesVecFromSliceUnchecked(slice []byte) *BytesVec

func (*BytesVec) AsBuilder added in v1.1.0

func (s *BytesVec) AsBuilder() BytesVecBuilder

func (*BytesVec) AsSlice added in v1.1.0

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

func (*BytesVec) Get added in v1.1.0

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

if *Bytes is nil, index is out of bounds

func (*BytesVec) IsEmpty added in v1.1.0

func (s *BytesVec) IsEmpty() bool

func (*BytesVec) ItemCount added in v1.1.0

func (s *BytesVec) ItemCount() uint

func (*BytesVec) Len added in v1.1.0

func (s *BytesVec) Len() uint

func (*BytesVec) TotalSize added in v1.1.0

func (s *BytesVec) TotalSize() uint

type BytesVecBuilder added in v1.1.0

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

func NewBytesVecBuilder added in v1.1.0

func NewBytesVecBuilder() *BytesVecBuilder

func (*BytesVecBuilder) Build added in v1.1.0

func (s *BytesVecBuilder) Build() BytesVec

func (*BytesVecBuilder) Extend added in v1.1.0

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

func (*BytesVecBuilder) Push added in v1.1.0

func (*BytesVecBuilder) Replace added in v1.1.0

func (s *BytesVecBuilder) Replace(index uint, v Bytes) *Bytes

func (*BytesVecBuilder) Set added in v1.1.0

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

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) Replace added in v1.1.0

func (s *CharsBuilder) Replace(index uint, v Bytes) *Bytes

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 ConfigCellAccountV1 added in v1.1.0

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

func ConfigCellAccountV1Default added in v1.1.0

func ConfigCellAccountV1Default() ConfigCellAccountV1

func ConfigCellAccountV1FromSlice added in v1.1.0

func ConfigCellAccountV1FromSlice(slice []byte, compatible bool) (*ConfigCellAccountV1, error)

func ConfigCellAccountV1FromSliceUnchecked added in v1.1.0

func ConfigCellAccountV1FromSliceUnchecked(slice []byte) *ConfigCellAccountV1

func (*ConfigCellAccountV1) AsBuilder added in v1.1.0

func (*ConfigCellAccountV1) AsSlice added in v1.1.0

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

func (*ConfigCellAccountV1) BasicCapacity added in v1.1.0

func (s *ConfigCellAccountV1) BasicCapacity() *Uint64

func (*ConfigCellAccountV1) CountExtraFields added in v1.1.0

func (s *ConfigCellAccountV1) CountExtraFields() uint

func (*ConfigCellAccountV1) EditManagerFee added in v1.1.0

func (s *ConfigCellAccountV1) EditManagerFee() *Uint64

func (*ConfigCellAccountV1) EditManagerThrottle added in v1.1.0

func (s *ConfigCellAccountV1) EditManagerThrottle() *Uint32

func (*ConfigCellAccountV1) EditRecordsFee added in v1.1.0

func (s *ConfigCellAccountV1) EditRecordsFee() *Uint64

func (*ConfigCellAccountV1) EditRecordsThrottle added in v1.1.0

func (s *ConfigCellAccountV1) EditRecordsThrottle() *Uint32

func (*ConfigCellAccountV1) ExpirationGracePeriod added in v1.1.0

func (s *ConfigCellAccountV1) ExpirationGracePeriod() *Uint32

func (*ConfigCellAccountV1) FieldCount added in v1.1.0

func (s *ConfigCellAccountV1) FieldCount() uint

func (*ConfigCellAccountV1) HasExtraFields added in v1.1.0

func (s *ConfigCellAccountV1) HasExtraFields() bool

func (*ConfigCellAccountV1) IsEmpty added in v1.1.0

func (s *ConfigCellAccountV1) IsEmpty() bool

func (*ConfigCellAccountV1) Len added in v1.1.0

func (s *ConfigCellAccountV1) Len() uint

func (*ConfigCellAccountV1) MaxLength added in v1.1.0

func (s *ConfigCellAccountV1) MaxLength() *Uint32

func (*ConfigCellAccountV1) PreparedFeeCapacity added in v1.1.0

func (s *ConfigCellAccountV1) PreparedFeeCapacity() *Uint64

func (*ConfigCellAccountV1) RecordMinTtl added in v1.1.0

func (s *ConfigCellAccountV1) RecordMinTtl() *Uint32

func (*ConfigCellAccountV1) RecordSizeLimit added in v1.1.0

func (s *ConfigCellAccountV1) RecordSizeLimit() *Uint32

func (*ConfigCellAccountV1) TotalSize added in v1.1.0

func (s *ConfigCellAccountV1) TotalSize() uint

func (*ConfigCellAccountV1) TransferAccountFee added in v1.1.0

func (s *ConfigCellAccountV1) TransferAccountFee() *Uint64

func (*ConfigCellAccountV1) TransferAccountThrottle added in v1.1.0

func (s *ConfigCellAccountV1) TransferAccountThrottle() *Uint32

type ConfigCellAccountV1Builder added in v1.1.0

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

func NewConfigCellAccountV1Builder added in v1.1.0

func NewConfigCellAccountV1Builder() *ConfigCellAccountV1Builder

func (*ConfigCellAccountV1Builder) BasicCapacity added in v1.1.0

func (*ConfigCellAccountV1Builder) Build added in v1.1.0

func (*ConfigCellAccountV1Builder) EditManagerFee added in v1.1.0

func (*ConfigCellAccountV1Builder) EditManagerThrottle added in v1.1.0

func (*ConfigCellAccountV1Builder) EditRecordsFee added in v1.1.0

func (*ConfigCellAccountV1Builder) EditRecordsThrottle added in v1.1.0

func (*ConfigCellAccountV1Builder) ExpirationGracePeriod added in v1.1.0

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

func (*ConfigCellAccountV1Builder) MaxLength added in v1.1.0

func (*ConfigCellAccountV1Builder) PreparedFeeCapacity added in v1.1.0

func (*ConfigCellAccountV1Builder) RecordMinTtl added in v1.1.0

func (*ConfigCellAccountV1Builder) RecordSizeLimit added in v1.1.0

func (*ConfigCellAccountV1Builder) TransferAccountFee added in v1.1.0

func (*ConfigCellAccountV1Builder) TransferAccountThrottle added in v1.1.0

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

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 ConfigCellMainV1 added in v1.1.0

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

func ConfigCellMainV1Default added in v1.1.0

func ConfigCellMainV1Default() ConfigCellMainV1

func ConfigCellMainV1FromSlice added in v1.1.0

func ConfigCellMainV1FromSlice(slice []byte, compatible bool) (*ConfigCellMainV1, error)

func ConfigCellMainV1FromSliceUnchecked added in v1.1.0

func ConfigCellMainV1FromSliceUnchecked(slice []byte) *ConfigCellMainV1

func (*ConfigCellMainV1) AsBuilder added in v1.1.0

func (*ConfigCellMainV1) AsSlice added in v1.1.0

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

func (*ConfigCellMainV1) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV1) CountExtraFields() uint

func (*ConfigCellMainV1) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV1) DasLockOutPointTable() *DasLockOutPointTableV1

func (*ConfigCellMainV1) FieldCount added in v1.1.0

func (s *ConfigCellMainV1) FieldCount() uint

func (*ConfigCellMainV1) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV1) HasExtraFields() bool

func (*ConfigCellMainV1) IsEmpty added in v1.1.0

func (s *ConfigCellMainV1) IsEmpty() bool

func (*ConfigCellMainV1) Len added in v1.1.0

func (s *ConfigCellMainV1) Len() uint

func (*ConfigCellMainV1) Status added in v1.1.0

func (s *ConfigCellMainV1) Status() *Uint8

func (*ConfigCellMainV1) TotalSize added in v1.1.0

func (s *ConfigCellMainV1) TotalSize() uint

func (*ConfigCellMainV1) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV1) TypeIdTable() *TypeIdTableV1

type ConfigCellMainV1Builder added in v1.1.0

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

func NewConfigCellMainV1Builder added in v1.1.0

func NewConfigCellMainV1Builder() *ConfigCellMainV1Builder

func (*ConfigCellMainV1Builder) Build added in v1.1.0

func (*ConfigCellMainV1Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV1Builder) Status added in v1.1.0

func (*ConfigCellMainV1Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV2 added in v1.1.0

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

func ConfigCellMainV2Default added in v1.1.0

func ConfigCellMainV2Default() ConfigCellMainV2

func ConfigCellMainV2FromSlice added in v1.1.0

func ConfigCellMainV2FromSlice(slice []byte, compatible bool) (*ConfigCellMainV2, error)

func ConfigCellMainV2FromSliceUnchecked added in v1.1.0

func ConfigCellMainV2FromSliceUnchecked(slice []byte) *ConfigCellMainV2

func (*ConfigCellMainV2) AsBuilder added in v1.1.0

func (*ConfigCellMainV2) AsSlice added in v1.1.0

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

func (*ConfigCellMainV2) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV2) CountExtraFields() uint

func (*ConfigCellMainV2) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV2) DasLockOutPointTable() *DasLockOutPointTableV1

func (*ConfigCellMainV2) FieldCount added in v1.1.0

func (s *ConfigCellMainV2) FieldCount() uint

func (*ConfigCellMainV2) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV2) HasExtraFields() bool

func (*ConfigCellMainV2) IsEmpty added in v1.1.0

func (s *ConfigCellMainV2) IsEmpty() bool

func (*ConfigCellMainV2) Len added in v1.1.0

func (s *ConfigCellMainV2) Len() uint

func (*ConfigCellMainV2) Status added in v1.1.0

func (s *ConfigCellMainV2) Status() *Uint8

func (*ConfigCellMainV2) TotalSize added in v1.1.0

func (s *ConfigCellMainV2) TotalSize() uint

func (*ConfigCellMainV2) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV2) TypeIdTable() *TypeIdTableV2

type ConfigCellMainV2Builder added in v1.1.0

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

func NewConfigCellMainV2Builder added in v1.1.0

func NewConfigCellMainV2Builder() *ConfigCellMainV2Builder

func (*ConfigCellMainV2Builder) Build added in v1.1.0

func (*ConfigCellMainV2Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV2Builder) Status added in v1.1.0

func (*ConfigCellMainV2Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV3 added in v1.1.0

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

func ConfigCellMainV3Default added in v1.1.0

func ConfigCellMainV3Default() ConfigCellMainV3

func ConfigCellMainV3FromSlice added in v1.1.0

func ConfigCellMainV3FromSlice(slice []byte, compatible bool) (*ConfigCellMainV3, error)

func ConfigCellMainV3FromSliceUnchecked added in v1.1.0

func ConfigCellMainV3FromSliceUnchecked(slice []byte) *ConfigCellMainV3

func (*ConfigCellMainV3) AsBuilder added in v1.1.0

func (*ConfigCellMainV3) AsSlice added in v1.1.0

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

func (*ConfigCellMainV3) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV3) CountExtraFields() uint

func (*ConfigCellMainV3) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV3) DasLockOutPointTable() *DasLockOutPointTableV1

func (*ConfigCellMainV3) FieldCount added in v1.1.0

func (s *ConfigCellMainV3) FieldCount() uint

func (*ConfigCellMainV3) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV3) HasExtraFields() bool

func (*ConfigCellMainV3) IsEmpty added in v1.1.0

func (s *ConfigCellMainV3) IsEmpty() bool

func (*ConfigCellMainV3) Len added in v1.1.0

func (s *ConfigCellMainV3) Len() uint

func (*ConfigCellMainV3) Status added in v1.1.0

func (s *ConfigCellMainV3) Status() *Uint8

func (*ConfigCellMainV3) TotalSize added in v1.1.0

func (s *ConfigCellMainV3) TotalSize() uint

func (*ConfigCellMainV3) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV3) TypeIdTable() *TypeIdTableV3

type ConfigCellMainV3Builder added in v1.1.0

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

func NewConfigCellMainV3Builder added in v1.1.0

func NewConfigCellMainV3Builder() *ConfigCellMainV3Builder

func (*ConfigCellMainV3Builder) Build added in v1.1.0

func (*ConfigCellMainV3Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV3Builder) Status added in v1.1.0

func (*ConfigCellMainV3Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV4 added in v1.1.0

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

func ConfigCellMainV4Default added in v1.1.0

func ConfigCellMainV4Default() ConfigCellMainV4

func ConfigCellMainV4FromSlice added in v1.1.0

func ConfigCellMainV4FromSlice(slice []byte, compatible bool) (*ConfigCellMainV4, error)

func ConfigCellMainV4FromSliceUnchecked added in v1.1.0

func ConfigCellMainV4FromSliceUnchecked(slice []byte) *ConfigCellMainV4

func (*ConfigCellMainV4) AsBuilder added in v1.1.0

func (*ConfigCellMainV4) AsSlice added in v1.1.0

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

func (*ConfigCellMainV4) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV4) CountExtraFields() uint

func (*ConfigCellMainV4) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV4) DasLockOutPointTable() *DasLockOutPointTableV1

func (*ConfigCellMainV4) FieldCount added in v1.1.0

func (s *ConfigCellMainV4) FieldCount() uint

func (*ConfigCellMainV4) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV4) HasExtraFields() bool

func (*ConfigCellMainV4) IsEmpty added in v1.1.0

func (s *ConfigCellMainV4) IsEmpty() bool

func (*ConfigCellMainV4) Len added in v1.1.0

func (s *ConfigCellMainV4) Len() uint

func (*ConfigCellMainV4) Status added in v1.1.0

func (s *ConfigCellMainV4) Status() *Uint8

func (*ConfigCellMainV4) TotalSize added in v1.1.0

func (s *ConfigCellMainV4) TotalSize() uint

func (*ConfigCellMainV4) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV4) TypeIdTable() *TypeIdTableV4

type ConfigCellMainV4Builder added in v1.1.0

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

func NewConfigCellMainV4Builder added in v1.1.0

func NewConfigCellMainV4Builder() *ConfigCellMainV4Builder

func (*ConfigCellMainV4Builder) Build added in v1.1.0

func (*ConfigCellMainV4Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV4Builder) Status added in v1.1.0

func (*ConfigCellMainV4Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV5 added in v1.1.0

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

func ConfigCellMainV5Default added in v1.1.0

func ConfigCellMainV5Default() ConfigCellMainV5

func ConfigCellMainV5FromSlice added in v1.1.0

func ConfigCellMainV5FromSlice(slice []byte, compatible bool) (*ConfigCellMainV5, error)

func ConfigCellMainV5FromSliceUnchecked added in v1.1.0

func ConfigCellMainV5FromSliceUnchecked(slice []byte) *ConfigCellMainV5

func (*ConfigCellMainV5) AsBuilder added in v1.1.0

func (*ConfigCellMainV5) AsSlice added in v1.1.0

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

func (*ConfigCellMainV5) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV5) CountExtraFields() uint

func (*ConfigCellMainV5) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV5) DasLockOutPointTable() *DasLockOutPointTable

func (*ConfigCellMainV5) FieldCount added in v1.1.0

func (s *ConfigCellMainV5) FieldCount() uint

func (*ConfigCellMainV5) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV5) HasExtraFields() bool

func (*ConfigCellMainV5) IsEmpty added in v1.1.0

func (s *ConfigCellMainV5) IsEmpty() bool

func (*ConfigCellMainV5) Len added in v1.1.0

func (s *ConfigCellMainV5) Len() uint

func (*ConfigCellMainV5) Status added in v1.1.0

func (s *ConfigCellMainV5) Status() *Uint8

func (*ConfigCellMainV5) TotalSize added in v1.1.0

func (s *ConfigCellMainV5) TotalSize() uint

func (*ConfigCellMainV5) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV5) TypeIdTable() *TypeIdTableV4

type ConfigCellMainV5Builder added in v1.1.0

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

func NewConfigCellMainV5Builder added in v1.1.0

func NewConfigCellMainV5Builder() *ConfigCellMainV5Builder

func (*ConfigCellMainV5Builder) Build added in v1.1.0

func (*ConfigCellMainV5Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV5Builder) Status added in v1.1.0

func (*ConfigCellMainV5Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV6 added in v1.1.0

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

func ConfigCellMainV6Default added in v1.1.0

func ConfigCellMainV6Default() ConfigCellMainV6

func ConfigCellMainV6FromSlice added in v1.1.0

func ConfigCellMainV6FromSlice(slice []byte, compatible bool) (*ConfigCellMainV6, error)

func ConfigCellMainV6FromSliceUnchecked added in v1.1.0

func ConfigCellMainV6FromSliceUnchecked(slice []byte) *ConfigCellMainV6

func (*ConfigCellMainV6) AsBuilder added in v1.1.0

func (*ConfigCellMainV6) AsSlice added in v1.1.0

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

func (*ConfigCellMainV6) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV6) CountExtraFields() uint

func (*ConfigCellMainV6) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV6) DasLockOutPointTable() *DasLockOutPointTable

func (*ConfigCellMainV6) FieldCount added in v1.1.0

func (s *ConfigCellMainV6) FieldCount() uint

func (*ConfigCellMainV6) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV6) HasExtraFields() bool

func (*ConfigCellMainV6) IsEmpty added in v1.1.0

func (s *ConfigCellMainV6) IsEmpty() bool

func (*ConfigCellMainV6) Len added in v1.1.0

func (s *ConfigCellMainV6) Len() uint

func (*ConfigCellMainV6) Status added in v1.1.0

func (s *ConfigCellMainV6) Status() *Uint8

func (*ConfigCellMainV6) TotalSize added in v1.1.0

func (s *ConfigCellMainV6) TotalSize() uint

func (*ConfigCellMainV6) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV6) TypeIdTable() *TypeIdTableV5

type ConfigCellMainV6Builder added in v1.1.0

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

func NewConfigCellMainV6Builder added in v1.1.0

func NewConfigCellMainV6Builder() *ConfigCellMainV6Builder

func (*ConfigCellMainV6Builder) Build added in v1.1.0

func (*ConfigCellMainV6Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV6Builder) Status added in v1.1.0

func (*ConfigCellMainV6Builder) TypeIdTable added in v1.1.0

type ConfigCellMainV7 added in v1.1.0

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

func ConfigCellMainV7Default added in v1.1.0

func ConfigCellMainV7Default() ConfigCellMainV7

func ConfigCellMainV7FromSlice added in v1.1.0

func ConfigCellMainV7FromSlice(slice []byte, compatible bool) (*ConfigCellMainV7, error)

func ConfigCellMainV7FromSliceUnchecked added in v1.1.0

func ConfigCellMainV7FromSliceUnchecked(slice []byte) *ConfigCellMainV7

func (*ConfigCellMainV7) AsBuilder added in v1.1.0

func (*ConfigCellMainV7) AsSlice added in v1.1.0

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

func (*ConfigCellMainV7) CountExtraFields added in v1.1.0

func (s *ConfigCellMainV7) CountExtraFields() uint

func (*ConfigCellMainV7) DasLockOutPointTable added in v1.1.0

func (s *ConfigCellMainV7) DasLockOutPointTable() *DasLockOutPointTable

func (*ConfigCellMainV7) FieldCount added in v1.1.0

func (s *ConfigCellMainV7) FieldCount() uint

func (*ConfigCellMainV7) HasExtraFields added in v1.1.0

func (s *ConfigCellMainV7) HasExtraFields() bool

func (*ConfigCellMainV7) IsEmpty added in v1.1.0

func (s *ConfigCellMainV7) IsEmpty() bool

func (*ConfigCellMainV7) Len added in v1.1.0

func (s *ConfigCellMainV7) Len() uint

func (*ConfigCellMainV7) Status added in v1.1.0

func (s *ConfigCellMainV7) Status() *Uint8

func (*ConfigCellMainV7) TotalSize added in v1.1.0

func (s *ConfigCellMainV7) TotalSize() uint

func (*ConfigCellMainV7) TypeIdTable added in v1.1.0

func (s *ConfigCellMainV7) TypeIdTable() *TypeIdTableV5

type ConfigCellMainV7Builder added in v1.1.0

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

func NewConfigCellMainV7Builder added in v1.1.0

func NewConfigCellMainV7Builder() *ConfigCellMainV7Builder

func (*ConfigCellMainV7Builder) Build added in v1.1.0

func (*ConfigCellMainV7Builder) DasLockOutPointTable added in v1.1.0

func (*ConfigCellMainV7Builder) Status added in v1.1.0

func (*ConfigCellMainV7Builder) TypeIdTable added in v1.1.0

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 ConfigCellProfitRateV1 added in v1.1.0

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

func ConfigCellProfitRateV1Default added in v1.1.0

func ConfigCellProfitRateV1Default() ConfigCellProfitRateV1

func ConfigCellProfitRateV1FromSlice added in v1.1.0

func ConfigCellProfitRateV1FromSlice(slice []byte, compatible bool) (*ConfigCellProfitRateV1, error)

func ConfigCellProfitRateV1FromSliceUnchecked added in v1.1.0

func ConfigCellProfitRateV1FromSliceUnchecked(slice []byte) *ConfigCellProfitRateV1

func (*ConfigCellProfitRateV1) AsBuilder added in v1.1.0

func (*ConfigCellProfitRateV1) AsSlice added in v1.1.0

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

func (*ConfigCellProfitRateV1) Channel added in v1.1.0

func (s *ConfigCellProfitRateV1) Channel() *Uint32

func (*ConfigCellProfitRateV1) CountExtraFields added in v1.1.0

func (s *ConfigCellProfitRateV1) CountExtraFields() uint

func (*ConfigCellProfitRateV1) FieldCount added in v1.1.0

func (s *ConfigCellProfitRateV1) FieldCount() uint

func (*ConfigCellProfitRateV1) HasExtraFields added in v1.1.0

func (s *ConfigCellProfitRateV1) HasExtraFields() bool

func (*ConfigCellProfitRateV1) IncomeConsolidate added in v1.1.0

func (s *ConfigCellProfitRateV1) IncomeConsolidate() *Uint32

func (*ConfigCellProfitRateV1) Inviter added in v1.1.0

func (s *ConfigCellProfitRateV1) Inviter() *Uint32

func (*ConfigCellProfitRateV1) IsEmpty added in v1.1.0

func (s *ConfigCellProfitRateV1) IsEmpty() bool

func (*ConfigCellProfitRateV1) Len added in v1.1.0

func (s *ConfigCellProfitRateV1) Len() uint

func (*ConfigCellProfitRateV1) ProposalConfirm added in v1.1.0

func (s *ConfigCellProfitRateV1) ProposalConfirm() *Uint32

func (*ConfigCellProfitRateV1) ProposalCreate added in v1.1.0

func (s *ConfigCellProfitRateV1) ProposalCreate() *Uint32

func (*ConfigCellProfitRateV1) TotalSize added in v1.1.0

func (s *ConfigCellProfitRateV1) TotalSize() uint

type ConfigCellProfitRateV1Builder added in v1.1.0

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

func NewConfigCellProfitRateV1Builder added in v1.1.0

func NewConfigCellProfitRateV1Builder() *ConfigCellProfitRateV1Builder

func (*ConfigCellProfitRateV1Builder) Build added in v1.1.0

func (*ConfigCellProfitRateV1Builder) Channel added in v1.1.0

func (*ConfigCellProfitRateV1Builder) IncomeConsolidate added in v1.1.0

func (*ConfigCellProfitRateV1Builder) Inviter added in v1.1.0

func (*ConfigCellProfitRateV1Builder) ProposalConfirm added in v1.1.0

func (*ConfigCellProfitRateV1Builder) ProposalCreate added in v1.1.0

type ConfigCellProfitRateV2 added in v1.1.0

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

func ConfigCellProfitRateV2Default added in v1.1.0

func ConfigCellProfitRateV2Default() ConfigCellProfitRateV2

func ConfigCellProfitRateV2FromSlice added in v1.1.0

func ConfigCellProfitRateV2FromSlice(slice []byte, compatible bool) (*ConfigCellProfitRateV2, error)

func ConfigCellProfitRateV2FromSliceUnchecked added in v1.1.0

func ConfigCellProfitRateV2FromSliceUnchecked(slice []byte) *ConfigCellProfitRateV2

func (*ConfigCellProfitRateV2) AsBuilder added in v1.1.0

func (*ConfigCellProfitRateV2) AsSlice added in v1.1.0

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

func (*ConfigCellProfitRateV2) Channel added in v1.1.0

func (s *ConfigCellProfitRateV2) Channel() *Uint32

func (*ConfigCellProfitRateV2) CountExtraFields added in v1.1.0

func (s *ConfigCellProfitRateV2) CountExtraFields() uint

func (*ConfigCellProfitRateV2) FieldCount added in v1.1.0

func (s *ConfigCellProfitRateV2) FieldCount() uint

func (*ConfigCellProfitRateV2) HasExtraFields added in v1.1.0

func (s *ConfigCellProfitRateV2) HasExtraFields() bool

func (*ConfigCellProfitRateV2) IncomeConsolidate added in v1.1.0

func (s *ConfigCellProfitRateV2) IncomeConsolidate() *Uint32

func (*ConfigCellProfitRateV2) Inviter added in v1.1.0

func (s *ConfigCellProfitRateV2) Inviter() *Uint32

func (*ConfigCellProfitRateV2) IsEmpty added in v1.1.0

func (s *ConfigCellProfitRateV2) IsEmpty() bool

func (*ConfigCellProfitRateV2) Len added in v1.1.0

func (s *ConfigCellProfitRateV2) Len() uint

func (*ConfigCellProfitRateV2) ProposalConfirm added in v1.1.0

func (s *ConfigCellProfitRateV2) ProposalConfirm() *Uint32

func (*ConfigCellProfitRateV2) ProposalCreate added in v1.1.0

func (s *ConfigCellProfitRateV2) ProposalCreate() *Uint32

func (*ConfigCellProfitRateV2) SaleChannel added in v1.1.0

func (s *ConfigCellProfitRateV2) SaleChannel() *Uint32

func (*ConfigCellProfitRateV2) SaleDas added in v1.1.0

func (s *ConfigCellProfitRateV2) SaleDas() *Uint32

func (*ConfigCellProfitRateV2) SaleInviter added in v1.1.0

func (s *ConfigCellProfitRateV2) SaleInviter() *Uint32

func (*ConfigCellProfitRateV2) TotalSize added in v1.1.0

func (s *ConfigCellProfitRateV2) TotalSize() uint

type ConfigCellProfitRateV2Builder added in v1.1.0

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

func NewConfigCellProfitRateV2Builder added in v1.1.0

func NewConfigCellProfitRateV2Builder() *ConfigCellProfitRateV2Builder

func (*ConfigCellProfitRateV2Builder) Build added in v1.1.0

func (*ConfigCellProfitRateV2Builder) Channel added in v1.1.0

func (*ConfigCellProfitRateV2Builder) IncomeConsolidate added in v1.1.0

func (*ConfigCellProfitRateV2Builder) Inviter added in v1.1.0

func (*ConfigCellProfitRateV2Builder) ProposalConfirm added in v1.1.0

func (*ConfigCellProfitRateV2Builder) ProposalCreate added in v1.1.0

func (*ConfigCellProfitRateV2Builder) SaleChannel added in v1.1.0

func (*ConfigCellProfitRateV2Builder) SaleDas added in v1.1.0

func (*ConfigCellProfitRateV2Builder) SaleInviter added in v1.1.0

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 ConfigCellSecondaryMarketV1 added in v1.1.0

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

func ConfigCellSecondaryMarketV1Default added in v1.1.0

func ConfigCellSecondaryMarketV1Default() ConfigCellSecondaryMarketV1

func ConfigCellSecondaryMarketV1FromSlice added in v1.1.0

func ConfigCellSecondaryMarketV1FromSlice(slice []byte, compatible bool) (*ConfigCellSecondaryMarketV1, error)

func ConfigCellSecondaryMarketV1FromSliceUnchecked added in v1.1.0

func ConfigCellSecondaryMarketV1FromSliceUnchecked(slice []byte) *ConfigCellSecondaryMarketV1

func (*ConfigCellSecondaryMarketV1) AsBuilder added in v1.1.0

func (*ConfigCellSecondaryMarketV1) AsSlice added in v1.1.0

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

func (*ConfigCellSecondaryMarketV1) CountExtraFields added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) CountExtraFields() uint

func (*ConfigCellSecondaryMarketV1) FieldCount added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) FieldCount() uint

func (*ConfigCellSecondaryMarketV1) HasExtraFields added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) HasExtraFields() bool

func (*ConfigCellSecondaryMarketV1) IsEmpty added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) IsEmpty() bool

func (*ConfigCellSecondaryMarketV1) Len added in v1.1.0

func (*ConfigCellSecondaryMarketV1) MinSalePrice added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) MinSalePrice() *Uint64

func (*ConfigCellSecondaryMarketV1) SaleDescriptionBytesLimit added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) SaleDescriptionBytesLimit() *Uint32

func (*ConfigCellSecondaryMarketV1) SaleExpirationLimit added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) SaleExpirationLimit() *Uint64

func (*ConfigCellSecondaryMarketV1) TotalSize added in v1.1.0

func (s *ConfigCellSecondaryMarketV1) TotalSize() uint

type ConfigCellSecondaryMarketV1Builder added in v1.1.0

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

func NewConfigCellSecondaryMarketV1Builder added in v1.1.0

func NewConfigCellSecondaryMarketV1Builder() *ConfigCellSecondaryMarketV1Builder

func (*ConfigCellSecondaryMarketV1Builder) Build added in v1.1.0

func (*ConfigCellSecondaryMarketV1Builder) MinSalePrice added in v1.1.0

func (*ConfigCellSecondaryMarketV1Builder) SaleDescriptionBytesLimit added in v1.1.0

func (*ConfigCellSecondaryMarketV1Builder) SaleExpirationLimit added in v1.1.0

type ConfigCellSecondaryMarketV2 added in v1.1.0

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

func ConfigCellSecondaryMarketV2Default added in v1.1.0

func ConfigCellSecondaryMarketV2Default() ConfigCellSecondaryMarketV2

func ConfigCellSecondaryMarketV2FromSlice added in v1.1.0

func ConfigCellSecondaryMarketV2FromSlice(slice []byte, compatible bool) (*ConfigCellSecondaryMarketV2, error)

func ConfigCellSecondaryMarketV2FromSliceUnchecked added in v1.1.0

func ConfigCellSecondaryMarketV2FromSliceUnchecked(slice []byte) *ConfigCellSecondaryMarketV2

func (*ConfigCellSecondaryMarketV2) AsBuilder added in v1.1.0

func (*ConfigCellSecondaryMarketV2) AsSlice added in v1.1.0

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

func (*ConfigCellSecondaryMarketV2) AuctionDescriptionBytesLimit added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) AuctionDescriptionBytesLimit() *Uint32

func (*ConfigCellSecondaryMarketV2) AuctionDurationIncrementEachBid added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) AuctionDurationIncrementEachBid() *Uint32

func (*ConfigCellSecondaryMarketV2) AuctionMaxExtendableDuration added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) AuctionMaxExtendableDuration() *Uint32

func (*ConfigCellSecondaryMarketV2) AuctionMinIncrementRateEachBid added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) AuctionMinIncrementRateEachBid() *Uint32

func (*ConfigCellSecondaryMarketV2) AuctionMinOpeningPrice added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) AuctionMinOpeningPrice() *Uint64

func (*ConfigCellSecondaryMarketV2) CountExtraFields added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) CountExtraFields() uint

func (*ConfigCellSecondaryMarketV2) FieldCount added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) FieldCount() uint

func (*ConfigCellSecondaryMarketV2) HasExtraFields added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) HasExtraFields() bool

func (*ConfigCellSecondaryMarketV2) IsEmpty added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) IsEmpty() bool

func (*ConfigCellSecondaryMarketV2) Len added in v1.1.0

func (*ConfigCellSecondaryMarketV2) SaleDescriptionBytesLimit added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) SaleDescriptionBytesLimit() *Uint32

func (*ConfigCellSecondaryMarketV2) SaleExpirationLimit added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) SaleExpirationLimit() *Uint32

func (*ConfigCellSecondaryMarketV2) SaleMinPrice added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) SaleMinPrice() *Uint64

func (*ConfigCellSecondaryMarketV2) TotalSize added in v1.1.0

func (s *ConfigCellSecondaryMarketV2) TotalSize() uint

type ConfigCellSecondaryMarketV2Builder added in v1.1.0

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

func NewConfigCellSecondaryMarketV2Builder added in v1.1.0

func NewConfigCellSecondaryMarketV2Builder() *ConfigCellSecondaryMarketV2Builder

func (*ConfigCellSecondaryMarketV2Builder) AuctionDescriptionBytesLimit added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) AuctionDurationIncrementEachBid added in v1.1.0

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

func (*ConfigCellSecondaryMarketV2Builder) AuctionMaxExtendableDuration added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) AuctionMinIncrementRateEachBid added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) AuctionMinOpeningPrice added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) Build added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) SaleDescriptionBytesLimit added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) SaleExpirationLimit added in v1.1.0

func (*ConfigCellSecondaryMarketV2Builder) SaleMinPrice added in v1.1.0

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 ConfigCellSubAccountV1 added in v1.1.0

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

func ConfigCellSubAccountV1Default added in v1.1.0

func ConfigCellSubAccountV1Default() ConfigCellSubAccountV1

func ConfigCellSubAccountV1FromSlice added in v1.1.0

func ConfigCellSubAccountV1FromSlice(slice []byte, compatible bool) (*ConfigCellSubAccountV1, error)

func ConfigCellSubAccountV1FromSliceUnchecked added in v1.1.0

func ConfigCellSubAccountV1FromSliceUnchecked(slice []byte) *ConfigCellSubAccountV1

func (*ConfigCellSubAccountV1) AsBuilder added in v1.1.0

func (*ConfigCellSubAccountV1) AsSlice added in v1.1.0

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

func (*ConfigCellSubAccountV1) BasicCapacity added in v1.1.0

func (s *ConfigCellSubAccountV1) BasicCapacity() *Uint64

func (*ConfigCellSubAccountV1) CommonFee added in v1.1.0

func (s *ConfigCellSubAccountV1) CommonFee() *Uint64

func (*ConfigCellSubAccountV1) CountExtraFields added in v1.1.0

func (s *ConfigCellSubAccountV1) CountExtraFields() uint

func (*ConfigCellSubAccountV1) CreateFee added in v1.1.0

func (s *ConfigCellSubAccountV1) CreateFee() *Uint64

func (*ConfigCellSubAccountV1) EditFee added in v1.1.0

func (s *ConfigCellSubAccountV1) EditFee() *Uint64

func (*ConfigCellSubAccountV1) FieldCount added in v1.1.0

func (s *ConfigCellSubAccountV1) FieldCount() uint

func (*ConfigCellSubAccountV1) HasExtraFields added in v1.1.0

func (s *ConfigCellSubAccountV1) HasExtraFields() bool

func (*ConfigCellSubAccountV1) IsEmpty added in v1.1.0

func (s *ConfigCellSubAccountV1) IsEmpty() bool

func (*ConfigCellSubAccountV1) Len added in v1.1.0

func (s *ConfigCellSubAccountV1) Len() uint

func (*ConfigCellSubAccountV1) NewSubAccountPrice added in v1.1.0

func (s *ConfigCellSubAccountV1) NewSubAccountPrice() *Uint64

func (*ConfigCellSubAccountV1) PreparedFeeCapacity added in v1.1.0

func (s *ConfigCellSubAccountV1) PreparedFeeCapacity() *Uint64

func (*ConfigCellSubAccountV1) RecycleFee added in v1.1.0

func (s *ConfigCellSubAccountV1) RecycleFee() *Uint64

func (*ConfigCellSubAccountV1) RenewFee added in v1.1.0

func (s *ConfigCellSubAccountV1) RenewFee() *Uint64

func (*ConfigCellSubAccountV1) RenewSubAccountPrice added in v1.1.0

func (s *ConfigCellSubAccountV1) RenewSubAccountPrice() *Uint64

func (*ConfigCellSubAccountV1) TotalSize added in v1.1.0

func (s *ConfigCellSubAccountV1) TotalSize() uint

type ConfigCellSubAccountV1Builder added in v1.1.0

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

func NewConfigCellSubAccountV1Builder added in v1.1.0

func NewConfigCellSubAccountV1Builder() *ConfigCellSubAccountV1Builder

func (*ConfigCellSubAccountV1Builder) BasicCapacity added in v1.1.0

func (*ConfigCellSubAccountV1Builder) Build added in v1.1.0

func (*ConfigCellSubAccountV1Builder) CommonFee added in v1.1.0

func (*ConfigCellSubAccountV1Builder) CreateFee added in v1.1.0

func (*ConfigCellSubAccountV1Builder) EditFee added in v1.1.0

func (*ConfigCellSubAccountV1Builder) NewSubAccountPrice added in v1.1.0

func (*ConfigCellSubAccountV1Builder) PreparedFeeCapacity added in v1.1.0

func (*ConfigCellSubAccountV1Builder) RecycleFee added in v1.1.0

func (*ConfigCellSubAccountV1Builder) RenewFee added in v1.1.0

func (*ConfigCellSubAccountV1Builder) RenewSubAccountPrice added in v1.1.0

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

func (*DasLockOutPointTable) WebAuthn added in v1.1.0

func (s *DasLockOutPointTable) WebAuthn() *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

func (*DasLockOutPointTableBuilder) WebAuthn added in v1.1.0

type DasLockOutPointTableV1 added in v1.1.0

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

func DasLockOutPointTableV1Default added in v1.1.0

func DasLockOutPointTableV1Default() DasLockOutPointTableV1

func DasLockOutPointTableV1FromSlice added in v1.1.0

func DasLockOutPointTableV1FromSlice(slice []byte, compatible bool) (*DasLockOutPointTableV1, error)

func DasLockOutPointTableV1FromSliceUnchecked added in v1.1.0

func DasLockOutPointTableV1FromSliceUnchecked(slice []byte) *DasLockOutPointTableV1

func (*DasLockOutPointTableV1) AsBuilder added in v1.1.0

func (*DasLockOutPointTableV1) AsSlice added in v1.1.0

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

func (*DasLockOutPointTableV1) CkbAnyoneCanPay added in v1.1.0

func (s *DasLockOutPointTableV1) CkbAnyoneCanPay() *OutPoint

func (*DasLockOutPointTableV1) CkbMultisign added in v1.1.0

func (s *DasLockOutPointTableV1) CkbMultisign() *OutPoint

func (*DasLockOutPointTableV1) CkbSignall added in v1.1.0

func (s *DasLockOutPointTableV1) CkbSignall() *OutPoint

func (*DasLockOutPointTableV1) CountExtraFields added in v1.1.0

func (s *DasLockOutPointTableV1) CountExtraFields() uint

func (*DasLockOutPointTableV1) Eth added in v1.1.0

func (s *DasLockOutPointTableV1) Eth() *OutPoint

func (*DasLockOutPointTableV1) FieldCount added in v1.1.0

func (s *DasLockOutPointTableV1) FieldCount() uint

func (*DasLockOutPointTableV1) HasExtraFields added in v1.1.0

func (s *DasLockOutPointTableV1) HasExtraFields() bool

func (*DasLockOutPointTableV1) IsEmpty added in v1.1.0

func (s *DasLockOutPointTableV1) IsEmpty() bool

func (*DasLockOutPointTableV1) Len added in v1.1.0

func (s *DasLockOutPointTableV1) Len() uint

func (*DasLockOutPointTableV1) TotalSize added in v1.1.0

func (s *DasLockOutPointTableV1) TotalSize() uint

func (*DasLockOutPointTableV1) Tron added in v1.1.0

func (s *DasLockOutPointTableV1) Tron() *OutPoint

type DasLockOutPointTableV1Builder added in v1.1.0

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

func NewDasLockOutPointTableV1Builder added in v1.1.0

func NewDasLockOutPointTableV1Builder() *DasLockOutPointTableV1Builder

func (*DasLockOutPointTableV1Builder) Build added in v1.1.0

func (*DasLockOutPointTableV1Builder) CkbAnyoneCanPay added in v1.1.0

func (*DasLockOutPointTableV1Builder) CkbMultisign added in v1.1.0

func (*DasLockOutPointTableV1Builder) CkbSignall added in v1.1.0

func (*DasLockOutPointTableV1Builder) Eth added in v1.1.0

func (*DasLockOutPointTableV1Builder) Tron added in v1.1.0

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

func (*DasLockTypeIdTable) WebAuthn added in v1.1.0

func (s *DasLockTypeIdTable) WebAuthn() *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

func (*DasLockTypeIdTableBuilder) WebAuthn added in v1.1.0

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 DeviceKey added in v1.1.0

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

func DeviceKeyDefault added in v1.1.0

func DeviceKeyDefault() DeviceKey

func DeviceKeyFromSlice added in v1.1.0

func DeviceKeyFromSlice(slice []byte, _compatible bool) (*DeviceKey, error)

func DeviceKeyFromSliceUnchecked added in v1.1.0

func DeviceKeyFromSliceUnchecked(slice []byte) *DeviceKey

func (*DeviceKey) AsBuilder added in v1.1.0

func (s *DeviceKey) AsBuilder() DeviceKeyBuilder

func (*DeviceKey) AsSlice added in v1.1.0

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

func (*DeviceKey) Cid added in v1.1.0

func (s *DeviceKey) Cid() *Byte10

func (*DeviceKey) MainAlgId added in v1.1.0

func (s *DeviceKey) MainAlgId() *Uint8

func (*DeviceKey) Pubkey added in v1.1.0

func (s *DeviceKey) Pubkey() *Byte10

func (*DeviceKey) SubAlgId added in v1.1.0

func (s *DeviceKey) SubAlgId() *Uint8

type DeviceKeyBuilder added in v1.1.0

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

func NewDeviceKeyBuilder added in v1.1.0

func NewDeviceKeyBuilder() *DeviceKeyBuilder

func (*DeviceKeyBuilder) Build added in v1.1.0

func (s *DeviceKeyBuilder) Build() DeviceKey

func (*DeviceKeyBuilder) Cid added in v1.1.0

func (*DeviceKeyBuilder) MainAlgId added in v1.1.0

func (s *DeviceKeyBuilder) MainAlgId(v Uint8) *DeviceKeyBuilder

func (*DeviceKeyBuilder) Pubkey added in v1.1.0

func (*DeviceKeyBuilder) SubAlgId added in v1.1.0

func (s *DeviceKeyBuilder) SubAlgId(v Uint8) *DeviceKeyBuilder

type DeviceKeyList added in v1.1.0

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

func DeviceKeyListDefault added in v1.1.0

func DeviceKeyListDefault() DeviceKeyList

func DeviceKeyListFromSlice added in v1.1.0

func DeviceKeyListFromSlice(slice []byte, _compatible bool) (*DeviceKeyList, error)

func DeviceKeyListFromSliceUnchecked added in v1.1.0

func DeviceKeyListFromSliceUnchecked(slice []byte) *DeviceKeyList

func (*DeviceKeyList) AsBuilder added in v1.1.0

func (s *DeviceKeyList) AsBuilder() DeviceKeyListBuilder

func (*DeviceKeyList) AsSlice added in v1.1.0

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

func (*DeviceKeyList) Get added in v1.1.0

func (s *DeviceKeyList) Get(index uint) *DeviceKey

if *DeviceKey is nil, index is out of bounds

func (*DeviceKeyList) IsEmpty added in v1.1.0

func (s *DeviceKeyList) IsEmpty() bool

func (*DeviceKeyList) ItemCount added in v1.1.0

func (s *DeviceKeyList) ItemCount() uint

func (*DeviceKeyList) Len added in v1.1.0

func (s *DeviceKeyList) Len() uint

func (*DeviceKeyList) TotalSize added in v1.1.0

func (s *DeviceKeyList) TotalSize() uint

type DeviceKeyListBuilder added in v1.1.0

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

func NewDeviceKeyListBuilder added in v1.1.0

func NewDeviceKeyListBuilder() *DeviceKeyListBuilder

func (*DeviceKeyListBuilder) Build added in v1.1.0

func (*DeviceKeyListBuilder) Extend added in v1.1.0

func (*DeviceKeyListBuilder) Push added in v1.1.0

func (*DeviceKeyListBuilder) Replace added in v1.1.0

func (s *DeviceKeyListBuilder) Replace(index uint, v DeviceKey) *DeviceKey

func (*DeviceKeyListBuilder) Set added in v1.1.0

type DeviceKeyListCellData added in v1.1.0

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

func DeviceKeyListCellDataDefault added in v1.1.0

func DeviceKeyListCellDataDefault() DeviceKeyListCellData

func DeviceKeyListCellDataFromSlice added in v1.1.0

func DeviceKeyListCellDataFromSlice(slice []byte, compatible bool) (*DeviceKeyListCellData, error)

func DeviceKeyListCellDataFromSliceUnchecked added in v1.1.0

func DeviceKeyListCellDataFromSliceUnchecked(slice []byte) *DeviceKeyListCellData

func (*DeviceKeyListCellData) AsBuilder added in v1.1.0

func (*DeviceKeyListCellData) AsSlice added in v1.1.0

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

func (*DeviceKeyListCellData) CountExtraFields added in v1.1.0

func (s *DeviceKeyListCellData) CountExtraFields() uint

func (*DeviceKeyListCellData) FieldCount added in v1.1.0

func (s *DeviceKeyListCellData) FieldCount() uint

func (*DeviceKeyListCellData) HasExtraFields added in v1.1.0

func (s *DeviceKeyListCellData) HasExtraFields() bool

func (*DeviceKeyListCellData) IsEmpty added in v1.1.0

func (s *DeviceKeyListCellData) IsEmpty() bool

func (*DeviceKeyListCellData) Keys added in v1.1.0

func (*DeviceKeyListCellData) Len added in v1.1.0

func (s *DeviceKeyListCellData) Len() uint

func (*DeviceKeyListCellData) RefundLock added in v1.1.0

func (s *DeviceKeyListCellData) RefundLock() *Script

func (*DeviceKeyListCellData) TotalSize added in v1.1.0

func (s *DeviceKeyListCellData) TotalSize() uint

type DeviceKeyListCellDataBuilder added in v1.1.0

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

func NewDeviceKeyListCellDataBuilder added in v1.1.0

func NewDeviceKeyListCellDataBuilder() *DeviceKeyListCellDataBuilder

func (*DeviceKeyListCellDataBuilder) Build added in v1.1.0

func (*DeviceKeyListCellDataBuilder) Keys added in v1.1.0

func (*DeviceKeyListCellDataBuilder) RefundLock added in v1.1.0

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) Replace added in v1.1.0

func (s *IncomeRecordsBuilder) Replace(index uint, v IncomeRecord) *IncomeRecord

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) Replace added in v1.1.0

func (s *PriceConfigListBuilder) Replace(index uint, v PriceConfig) *PriceConfig

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) Replace added in v1.1.0

func (s *RecordsBuilder) Replace(index uint, v Record) *Record

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) Replace added in v1.1.0

func (s *SLBuilder) Replace(index uint, v ProposalItem) *ProposalItem

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) Replace added in v1.1.0

func (s *SliceListBuilder) Replace(index uint, v SL) *SL

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) Approval added in v1.1.0

func (s *SubAccount) Approval() *AccountApproval

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) Approval added in v1.1.0

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 SubAccountRule added in v1.1.0

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

func SubAccountRuleDefault added in v1.1.0

func SubAccountRuleDefault() SubAccountRule

func SubAccountRuleFromSlice added in v1.1.0

func SubAccountRuleFromSlice(slice []byte, compatible bool) (*SubAccountRule, error)

func SubAccountRuleFromSliceUnchecked added in v1.1.0

func SubAccountRuleFromSliceUnchecked(slice []byte) *SubAccountRule

func (*SubAccountRule) AsBuilder added in v1.1.0

func (s *SubAccountRule) AsBuilder() SubAccountRuleBuilder

func (*SubAccountRule) AsSlice added in v1.1.0

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

func (*SubAccountRule) Ast added in v1.1.0

func (s *SubAccountRule) Ast() *ASTExpression

func (*SubAccountRule) CountExtraFields added in v1.1.0

func (s *SubAccountRule) CountExtraFields() uint

func (*SubAccountRule) FieldCount added in v1.1.0

func (s *SubAccountRule) FieldCount() uint

func (*SubAccountRule) HasExtraFields added in v1.1.0

func (s *SubAccountRule) HasExtraFields() bool

func (*SubAccountRule) Index added in v1.1.0

func (s *SubAccountRule) Index() *Uint32

func (*SubAccountRule) IsEmpty added in v1.1.0

func (s *SubAccountRule) IsEmpty() bool

func (*SubAccountRule) Len added in v1.1.0

func (s *SubAccountRule) Len() uint

func (*SubAccountRule) Name added in v1.1.0

func (s *SubAccountRule) Name() *Bytes

func (*SubAccountRule) Note added in v1.1.0

func (s *SubAccountRule) Note() *Bytes

func (*SubAccountRule) Price added in v1.1.0

func (s *SubAccountRule) Price() *Uint64

func (*SubAccountRule) Status added in v1.1.0

func (s *SubAccountRule) Status() *Uint8

func (*SubAccountRule) TotalSize added in v1.1.0

func (s *SubAccountRule) TotalSize() uint

type SubAccountRuleBuilder added in v1.1.0

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

func NewSubAccountRuleBuilder added in v1.1.0

func NewSubAccountRuleBuilder() *SubAccountRuleBuilder

func (*SubAccountRuleBuilder) Ast added in v1.1.0

func (*SubAccountRuleBuilder) Build added in v1.1.0

func (*SubAccountRuleBuilder) Index added in v1.1.0

func (*SubAccountRuleBuilder) Name added in v1.1.0

func (*SubAccountRuleBuilder) Note added in v1.1.0

func (*SubAccountRuleBuilder) Price added in v1.1.0

func (*SubAccountRuleBuilder) Status added in v1.1.0

type SubAccountRules added in v1.1.0

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

func SubAccountRulesDefault added in v1.1.0

func SubAccountRulesDefault() SubAccountRules

func SubAccountRulesFromSlice added in v1.1.0

func SubAccountRulesFromSlice(slice []byte, compatible bool) (*SubAccountRules, error)

func SubAccountRulesFromSliceUnchecked added in v1.1.0

func SubAccountRulesFromSliceUnchecked(slice []byte) *SubAccountRules

func (*SubAccountRules) AsBuilder added in v1.1.0

func (s *SubAccountRules) AsBuilder() SubAccountRulesBuilder

func (*SubAccountRules) AsSlice added in v1.1.0

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

func (*SubAccountRules) Get added in v1.1.0

func (s *SubAccountRules) Get(index uint) *SubAccountRule

if *SubAccountRule is nil, index is out of bounds

func (*SubAccountRules) IsEmpty added in v1.1.0

func (s *SubAccountRules) IsEmpty() bool

func (*SubAccountRules) ItemCount added in v1.1.0

func (s *SubAccountRules) ItemCount() uint

func (*SubAccountRules) Len added in v1.1.0

func (s *SubAccountRules) Len() uint

func (*SubAccountRules) TotalSize added in v1.1.0

func (s *SubAccountRules) TotalSize() uint

type SubAccountRulesBuilder added in v1.1.0

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

func NewSubAccountRulesBuilder added in v1.1.0

func NewSubAccountRulesBuilder() *SubAccountRulesBuilder

func (*SubAccountRulesBuilder) Build added in v1.1.0

func (*SubAccountRulesBuilder) Extend added in v1.1.0

func (*SubAccountRulesBuilder) Push added in v1.1.0

func (*SubAccountRulesBuilder) Replace added in v1.1.0

func (*SubAccountRulesBuilder) Set added in v1.1.0

type SubAccountV1 added in v1.1.0

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

func SubAccountV1Default added in v1.1.0

func SubAccountV1Default() SubAccountV1

func SubAccountV1FromSlice added in v1.1.0

func SubAccountV1FromSlice(slice []byte, compatible bool) (*SubAccountV1, error)

func SubAccountV1FromSliceUnchecked added in v1.1.0

func SubAccountV1FromSliceUnchecked(slice []byte) *SubAccountV1

func (*SubAccountV1) Account added in v1.1.0

func (s *SubAccountV1) Account() *AccountChars

func (*SubAccountV1) AsBuilder added in v1.1.0

func (s *SubAccountV1) AsBuilder() SubAccountV1Builder

func (*SubAccountV1) AsSlice added in v1.1.0

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

func (*SubAccountV1) CountExtraFields added in v1.1.0

func (s *SubAccountV1) CountExtraFields() uint

func (*SubAccountV1) EnableSubAccount added in v1.1.0

func (s *SubAccountV1) EnableSubAccount() *Uint8

func (*SubAccountV1) ExpiredAt added in v1.1.0

func (s *SubAccountV1) ExpiredAt() *Uint64

func (*SubAccountV1) FieldCount added in v1.1.0

func (s *SubAccountV1) FieldCount() uint

func (*SubAccountV1) HasExtraFields added in v1.1.0

func (s *SubAccountV1) HasExtraFields() bool

func (*SubAccountV1) Id added in v1.1.0

func (s *SubAccountV1) Id() *AccountId

func (*SubAccountV1) IsEmpty added in v1.1.0

func (s *SubAccountV1) IsEmpty() bool

func (*SubAccountV1) Len added in v1.1.0

func (s *SubAccountV1) Len() uint

func (*SubAccountV1) Lock added in v1.1.0

func (s *SubAccountV1) Lock() *Script

func (*SubAccountV1) Nonce added in v1.1.0

func (s *SubAccountV1) Nonce() *Uint64

func (*SubAccountV1) Records added in v1.1.0

func (s *SubAccountV1) Records() *Records

func (*SubAccountV1) RegisteredAt added in v1.1.0

func (s *SubAccountV1) RegisteredAt() *Uint64

func (*SubAccountV1) RenewSubAccountPrice added in v1.1.0

func (s *SubAccountV1) RenewSubAccountPrice() *Uint64

func (*SubAccountV1) Status added in v1.1.0

func (s *SubAccountV1) Status() *Uint8

func (*SubAccountV1) Suffix added in v1.1.0

func (s *SubAccountV1) Suffix() *Bytes

func (*SubAccountV1) TotalSize added in v1.1.0

func (s *SubAccountV1) TotalSize() uint

type SubAccountV1Builder added in v1.1.0

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

func NewSubAccountV1Builder added in v1.1.0

func NewSubAccountV1Builder() *SubAccountV1Builder

func (*SubAccountV1Builder) Account added in v1.1.0

func (*SubAccountV1Builder) Build added in v1.1.0

func (s *SubAccountV1Builder) Build() SubAccountV1

func (*SubAccountV1Builder) EnableSubAccount added in v1.1.0

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

func (*SubAccountV1Builder) ExpiredAt added in v1.1.0

func (*SubAccountV1Builder) Id added in v1.1.0

func (*SubAccountV1Builder) Lock added in v1.1.0

func (*SubAccountV1Builder) Nonce added in v1.1.0

func (*SubAccountV1Builder) Records added in v1.1.0

func (*SubAccountV1Builder) RegisteredAt added in v1.1.0

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

func (*SubAccountV1Builder) RenewSubAccountPrice added in v1.1.0

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

func (*SubAccountV1Builder) Status added in v1.1.0

func (*SubAccountV1Builder) Suffix added in v1.1.0

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) KeyListConfigCell added in v1.1.0

func (s *TypeIdTable) KeyListConfigCell() *Hash

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) KeyListConfigCell added in v1.1.0

func (s *TypeIdTableBuilder) KeyListConfigCell(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 TypeIdTableV1 added in v1.1.0

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

func TypeIdTableV1Default added in v1.1.0

func TypeIdTableV1Default() TypeIdTableV1

func TypeIdTableV1FromSlice added in v1.1.0

func TypeIdTableV1FromSlice(slice []byte, compatible bool) (*TypeIdTableV1, error)

func TypeIdTableV1FromSliceUnchecked added in v1.1.0

func TypeIdTableV1FromSliceUnchecked(slice []byte) *TypeIdTableV1

func (*TypeIdTableV1) AccountCell added in v1.1.0

func (s *TypeIdTableV1) AccountCell() *Hash

func (*TypeIdTableV1) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV1) ApplyRegisterCell() *Hash

func (*TypeIdTableV1) AsBuilder added in v1.1.0

func (s *TypeIdTableV1) AsBuilder() TypeIdTableV1Builder

func (*TypeIdTableV1) AsSlice added in v1.1.0

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

func (*TypeIdTableV1) BiddingCell added in v1.1.0

func (s *TypeIdTableV1) BiddingCell() *Hash

func (*TypeIdTableV1) CountExtraFields added in v1.1.0

func (s *TypeIdTableV1) CountExtraFields() uint

func (*TypeIdTableV1) FieldCount added in v1.1.0

func (s *TypeIdTableV1) FieldCount() uint

func (*TypeIdTableV1) HasExtraFields added in v1.1.0

func (s *TypeIdTableV1) HasExtraFields() bool

func (*TypeIdTableV1) IncomeCell added in v1.1.0

func (s *TypeIdTableV1) IncomeCell() *Hash

func (*TypeIdTableV1) IsEmpty added in v1.1.0

func (s *TypeIdTableV1) IsEmpty() bool

func (*TypeIdTableV1) Len added in v1.1.0

func (s *TypeIdTableV1) Len() uint

func (*TypeIdTableV1) OnSaleCell added in v1.1.0

func (s *TypeIdTableV1) OnSaleCell() *Hash

func (*TypeIdTableV1) PreAccountCell added in v1.1.0

func (s *TypeIdTableV1) PreAccountCell() *Hash

func (*TypeIdTableV1) ProposalCell added in v1.1.0

func (s *TypeIdTableV1) ProposalCell() *Hash

func (*TypeIdTableV1) TotalSize added in v1.1.0

func (s *TypeIdTableV1) TotalSize() uint

type TypeIdTableV1Builder added in v1.1.0

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

func NewTypeIdTableV1Builder added in v1.1.0

func NewTypeIdTableV1Builder() *TypeIdTableV1Builder

func (*TypeIdTableV1Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV1Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV1Builder) BiddingCell added in v1.1.0

func (s *TypeIdTableV1Builder) BiddingCell(v Hash) *TypeIdTableV1Builder

func (*TypeIdTableV1Builder) Build added in v1.1.0

func (*TypeIdTableV1Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV1Builder) OnSaleCell added in v1.1.0

func (*TypeIdTableV1Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV1Builder) ProposalCell added in v1.1.0

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

type TypeIdTableV2 added in v1.1.0

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

func TypeIdTableV2Default added in v1.1.0

func TypeIdTableV2Default() TypeIdTableV2

func TypeIdTableV2FromSlice added in v1.1.0

func TypeIdTableV2FromSlice(slice []byte, compatible bool) (*TypeIdTableV2, error)

func TypeIdTableV2FromSliceUnchecked added in v1.1.0

func TypeIdTableV2FromSliceUnchecked(slice []byte) *TypeIdTableV2

func (*TypeIdTableV2) AccountCell added in v1.1.0

func (s *TypeIdTableV2) AccountCell() *Hash

func (*TypeIdTableV2) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV2) ApplyRegisterCell() *Hash

func (*TypeIdTableV2) AsBuilder added in v1.1.0

func (s *TypeIdTableV2) AsBuilder() TypeIdTableV2Builder

func (*TypeIdTableV2) AsSlice added in v1.1.0

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

func (*TypeIdTableV2) BalanceCell added in v1.1.0

func (s *TypeIdTableV2) BalanceCell() *Hash

func (*TypeIdTableV2) CountExtraFields added in v1.1.0

func (s *TypeIdTableV2) CountExtraFields() uint

func (*TypeIdTableV2) FieldCount added in v1.1.0

func (s *TypeIdTableV2) FieldCount() uint

func (*TypeIdTableV2) HasExtraFields added in v1.1.0

func (s *TypeIdTableV2) HasExtraFields() bool

func (*TypeIdTableV2) IncomeCell added in v1.1.0

func (s *TypeIdTableV2) IncomeCell() *Hash

func (*TypeIdTableV2) IsEmpty added in v1.1.0

func (s *TypeIdTableV2) IsEmpty() bool

func (*TypeIdTableV2) Len added in v1.1.0

func (s *TypeIdTableV2) Len() uint

func (*TypeIdTableV2) PreAccountCell added in v1.1.0

func (s *TypeIdTableV2) PreAccountCell() *Hash

func (*TypeIdTableV2) ProposalCell added in v1.1.0

func (s *TypeIdTableV2) ProposalCell() *Hash

func (*TypeIdTableV2) TotalSize added in v1.1.0

func (s *TypeIdTableV2) TotalSize() uint

type TypeIdTableV2Builder added in v1.1.0

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

func NewTypeIdTableV2Builder added in v1.1.0

func NewTypeIdTableV2Builder() *TypeIdTableV2Builder

func (*TypeIdTableV2Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV2Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV2Builder) BalanceCell added in v1.1.0

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

func (*TypeIdTableV2Builder) Build added in v1.1.0

func (*TypeIdTableV2Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV2Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV2Builder) ProposalCell added in v1.1.0

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

type TypeIdTableV3 added in v1.1.0

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

func TypeIdTableV3Default added in v1.1.0

func TypeIdTableV3Default() TypeIdTableV3

func TypeIdTableV3FromSlice added in v1.1.0

func TypeIdTableV3FromSlice(slice []byte, compatible bool) (*TypeIdTableV3, error)

func TypeIdTableV3FromSliceUnchecked added in v1.1.0

func TypeIdTableV3FromSliceUnchecked(slice []byte) *TypeIdTableV3

func (*TypeIdTableV3) AccountAuctionCell added in v1.1.0

func (s *TypeIdTableV3) AccountAuctionCell() *Hash

func (*TypeIdTableV3) AccountCell added in v1.1.0

func (s *TypeIdTableV3) AccountCell() *Hash

func (*TypeIdTableV3) AccountSaleCell added in v1.1.0

func (s *TypeIdTableV3) AccountSaleCell() *Hash

func (*TypeIdTableV3) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV3) ApplyRegisterCell() *Hash

func (*TypeIdTableV3) AsBuilder added in v1.1.0

func (s *TypeIdTableV3) AsBuilder() TypeIdTableV3Builder

func (*TypeIdTableV3) AsSlice added in v1.1.0

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

func (*TypeIdTableV3) BalanceCell added in v1.1.0

func (s *TypeIdTableV3) BalanceCell() *Hash

func (*TypeIdTableV3) CountExtraFields added in v1.1.0

func (s *TypeIdTableV3) CountExtraFields() uint

func (*TypeIdTableV3) FieldCount added in v1.1.0

func (s *TypeIdTableV3) FieldCount() uint

func (*TypeIdTableV3) HasExtraFields added in v1.1.0

func (s *TypeIdTableV3) HasExtraFields() bool

func (*TypeIdTableV3) IncomeCell added in v1.1.0

func (s *TypeIdTableV3) IncomeCell() *Hash

func (*TypeIdTableV3) IsEmpty added in v1.1.0

func (s *TypeIdTableV3) IsEmpty() bool

func (*TypeIdTableV3) Len added in v1.1.0

func (s *TypeIdTableV3) Len() uint

func (*TypeIdTableV3) PreAccountCell added in v1.1.0

func (s *TypeIdTableV3) PreAccountCell() *Hash

func (*TypeIdTableV3) ProposalCell added in v1.1.0

func (s *TypeIdTableV3) ProposalCell() *Hash

func (*TypeIdTableV3) TotalSize added in v1.1.0

func (s *TypeIdTableV3) TotalSize() uint

type TypeIdTableV3Builder added in v1.1.0

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

func NewTypeIdTableV3Builder added in v1.1.0

func NewTypeIdTableV3Builder() *TypeIdTableV3Builder

func (*TypeIdTableV3Builder) AccountAuctionCell added in v1.1.0

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

func (*TypeIdTableV3Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV3Builder) AccountSaleCell added in v1.1.0

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

func (*TypeIdTableV3Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV3Builder) BalanceCell added in v1.1.0

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

func (*TypeIdTableV3Builder) Build added in v1.1.0

func (*TypeIdTableV3Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV3Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV3Builder) ProposalCell added in v1.1.0

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

type TypeIdTableV4 added in v1.1.0

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

func TypeIdTableV4Default added in v1.1.0

func TypeIdTableV4Default() TypeIdTableV4

func TypeIdTableV4FromSlice added in v1.1.0

func TypeIdTableV4FromSlice(slice []byte, compatible bool) (*TypeIdTableV4, error)

func TypeIdTableV4FromSliceUnchecked added in v1.1.0

func TypeIdTableV4FromSliceUnchecked(slice []byte) *TypeIdTableV4

func (*TypeIdTableV4) AccountAuctionCell added in v1.1.0

func (s *TypeIdTableV4) AccountAuctionCell() *Hash

func (*TypeIdTableV4) AccountCell added in v1.1.0

func (s *TypeIdTableV4) AccountCell() *Hash

func (*TypeIdTableV4) AccountSaleCell added in v1.1.0

func (s *TypeIdTableV4) AccountSaleCell() *Hash

func (*TypeIdTableV4) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV4) ApplyRegisterCell() *Hash

func (*TypeIdTableV4) AsBuilder added in v1.1.0

func (s *TypeIdTableV4) AsBuilder() TypeIdTableV4Builder

func (*TypeIdTableV4) AsSlice added in v1.1.0

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

func (*TypeIdTableV4) BalanceCell added in v1.1.0

func (s *TypeIdTableV4) BalanceCell() *Hash

func (*TypeIdTableV4) CountExtraFields added in v1.1.0

func (s *TypeIdTableV4) CountExtraFields() uint

func (*TypeIdTableV4) FieldCount added in v1.1.0

func (s *TypeIdTableV4) FieldCount() uint

func (*TypeIdTableV4) HasExtraFields added in v1.1.0

func (s *TypeIdTableV4) HasExtraFields() bool

func (*TypeIdTableV4) IncomeCell added in v1.1.0

func (s *TypeIdTableV4) IncomeCell() *Hash

func (*TypeIdTableV4) IsEmpty added in v1.1.0

func (s *TypeIdTableV4) IsEmpty() bool

func (*TypeIdTableV4) Len added in v1.1.0

func (s *TypeIdTableV4) Len() uint

func (*TypeIdTableV4) OfferCell added in v1.1.0

func (s *TypeIdTableV4) OfferCell() *Hash

func (*TypeIdTableV4) PreAccountCell added in v1.1.0

func (s *TypeIdTableV4) PreAccountCell() *Hash

func (*TypeIdTableV4) ProposalCell added in v1.1.0

func (s *TypeIdTableV4) ProposalCell() *Hash

func (*TypeIdTableV4) ReverseRecordCell added in v1.1.0

func (s *TypeIdTableV4) ReverseRecordCell() *Hash

func (*TypeIdTableV4) TotalSize added in v1.1.0

func (s *TypeIdTableV4) TotalSize() uint

type TypeIdTableV4Builder added in v1.1.0

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

func NewTypeIdTableV4Builder added in v1.1.0

func NewTypeIdTableV4Builder() *TypeIdTableV4Builder

func (*TypeIdTableV4Builder) AccountAuctionCell added in v1.1.0

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

func (*TypeIdTableV4Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV4Builder) AccountSaleCell added in v1.1.0

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

func (*TypeIdTableV4Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV4Builder) BalanceCell added in v1.1.0

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

func (*TypeIdTableV4Builder) Build added in v1.1.0

func (*TypeIdTableV4Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV4Builder) OfferCell added in v1.1.0

func (*TypeIdTableV4Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV4Builder) ProposalCell added in v1.1.0

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

func (*TypeIdTableV4Builder) ReverseRecordCell added in v1.1.0

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

type TypeIdTableV5 added in v1.1.0

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

func TypeIdTableV5Default added in v1.1.0

func TypeIdTableV5Default() TypeIdTableV5

func TypeIdTableV5FromSlice added in v1.1.0

func TypeIdTableV5FromSlice(slice []byte, compatible bool) (*TypeIdTableV5, error)

func TypeIdTableV5FromSliceUnchecked added in v1.1.0

func TypeIdTableV5FromSliceUnchecked(slice []byte) *TypeIdTableV5

func (*TypeIdTableV5) AccountAuctionCell added in v1.1.0

func (s *TypeIdTableV5) AccountAuctionCell() *Hash

func (*TypeIdTableV5) AccountCell added in v1.1.0

func (s *TypeIdTableV5) AccountCell() *Hash

func (*TypeIdTableV5) AccountSaleCell added in v1.1.0

func (s *TypeIdTableV5) AccountSaleCell() *Hash

func (*TypeIdTableV5) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV5) ApplyRegisterCell() *Hash

func (*TypeIdTableV5) AsBuilder added in v1.1.0

func (s *TypeIdTableV5) AsBuilder() TypeIdTableV5Builder

func (*TypeIdTableV5) AsSlice added in v1.1.0

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

func (*TypeIdTableV5) BalanceCell added in v1.1.0

func (s *TypeIdTableV5) BalanceCell() *Hash

func (*TypeIdTableV5) CountExtraFields added in v1.1.0

func (s *TypeIdTableV5) CountExtraFields() uint

func (*TypeIdTableV5) FieldCount added in v1.1.0

func (s *TypeIdTableV5) FieldCount() uint

func (*TypeIdTableV5) HasExtraFields added in v1.1.0

func (s *TypeIdTableV5) HasExtraFields() bool

func (*TypeIdTableV5) IncomeCell added in v1.1.0

func (s *TypeIdTableV5) IncomeCell() *Hash

func (*TypeIdTableV5) IsEmpty added in v1.1.0

func (s *TypeIdTableV5) IsEmpty() bool

func (*TypeIdTableV5) Len added in v1.1.0

func (s *TypeIdTableV5) Len() uint

func (*TypeIdTableV5) OfferCell added in v1.1.0

func (s *TypeIdTableV5) OfferCell() *Hash

func (*TypeIdTableV5) PreAccountCell added in v1.1.0

func (s *TypeIdTableV5) PreAccountCell() *Hash

func (*TypeIdTableV5) ProposalCell added in v1.1.0

func (s *TypeIdTableV5) ProposalCell() *Hash

func (*TypeIdTableV5) ReverseRecordCell added in v1.1.0

func (s *TypeIdTableV5) ReverseRecordCell() *Hash

func (*TypeIdTableV5) SubAccountCell added in v1.1.0

func (s *TypeIdTableV5) SubAccountCell() *Hash

func (*TypeIdTableV5) TotalSize added in v1.1.0

func (s *TypeIdTableV5) TotalSize() uint

type TypeIdTableV5Builder added in v1.1.0

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

func NewTypeIdTableV5Builder added in v1.1.0

func NewTypeIdTableV5Builder() *TypeIdTableV5Builder

func (*TypeIdTableV5Builder) AccountAuctionCell added in v1.1.0

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

func (*TypeIdTableV5Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV5Builder) AccountSaleCell added in v1.1.0

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

func (*TypeIdTableV5Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV5Builder) BalanceCell added in v1.1.0

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

func (*TypeIdTableV5Builder) Build added in v1.1.0

func (*TypeIdTableV5Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV5Builder) OfferCell added in v1.1.0

func (*TypeIdTableV5Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV5Builder) ProposalCell added in v1.1.0

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

func (*TypeIdTableV5Builder) ReverseRecordCell added in v1.1.0

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

func (*TypeIdTableV5Builder) SubAccountCell added in v1.1.0

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

type TypeIdTableV6 added in v1.1.0

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

func TypeIdTableV6Default added in v1.1.0

func TypeIdTableV6Default() TypeIdTableV6

func TypeIdTableV6FromSlice added in v1.1.0

func TypeIdTableV6FromSlice(slice []byte, compatible bool) (*TypeIdTableV6, error)

func TypeIdTableV6FromSliceUnchecked added in v1.1.0

func TypeIdTableV6FromSliceUnchecked(slice []byte) *TypeIdTableV6

func (*TypeIdTableV6) AccountAuctionCell added in v1.1.0

func (s *TypeIdTableV6) AccountAuctionCell() *Hash

func (*TypeIdTableV6) AccountCell added in v1.1.0

func (s *TypeIdTableV6) AccountCell() *Hash

func (*TypeIdTableV6) AccountSaleCell added in v1.1.0

func (s *TypeIdTableV6) AccountSaleCell() *Hash

func (*TypeIdTableV6) ApplyRegisterCell added in v1.1.0

func (s *TypeIdTableV6) ApplyRegisterCell() *Hash

func (*TypeIdTableV6) AsBuilder added in v1.1.0

func (s *TypeIdTableV6) AsBuilder() TypeIdTableV6Builder

func (*TypeIdTableV6) AsSlice added in v1.1.0

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

func (*TypeIdTableV6) BalanceCell added in v1.1.0

func (s *TypeIdTableV6) BalanceCell() *Hash

func (*TypeIdTableV6) CountExtraFields added in v1.1.0

func (s *TypeIdTableV6) CountExtraFields() uint

func (*TypeIdTableV6) Eip712Lib added in v1.1.0

func (s *TypeIdTableV6) Eip712Lib() *Hash

func (*TypeIdTableV6) FieldCount added in v1.1.0

func (s *TypeIdTableV6) FieldCount() uint

func (*TypeIdTableV6) HasExtraFields added in v1.1.0

func (s *TypeIdTableV6) HasExtraFields() bool

func (*TypeIdTableV6) IncomeCell added in v1.1.0

func (s *TypeIdTableV6) IncomeCell() *Hash

func (*TypeIdTableV6) IsEmpty added in v1.1.0

func (s *TypeIdTableV6) IsEmpty() bool

func (*TypeIdTableV6) Len added in v1.1.0

func (s *TypeIdTableV6) Len() uint

func (*TypeIdTableV6) OfferCell added in v1.1.0

func (s *TypeIdTableV6) OfferCell() *Hash

func (*TypeIdTableV6) PreAccountCell added in v1.1.0

func (s *TypeIdTableV6) PreAccountCell() *Hash

func (*TypeIdTableV6) ProposalCell added in v1.1.0

func (s *TypeIdTableV6) ProposalCell() *Hash

func (*TypeIdTableV6) ReverseRecordCell added in v1.1.0

func (s *TypeIdTableV6) ReverseRecordCell() *Hash

func (*TypeIdTableV6) SubAccountCell added in v1.1.0

func (s *TypeIdTableV6) SubAccountCell() *Hash

func (*TypeIdTableV6) TotalSize added in v1.1.0

func (s *TypeIdTableV6) TotalSize() uint

type TypeIdTableV6Builder added in v1.1.0

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

func NewTypeIdTableV6Builder added in v1.1.0

func NewTypeIdTableV6Builder() *TypeIdTableV6Builder

func (*TypeIdTableV6Builder) AccountAuctionCell added in v1.1.0

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

func (*TypeIdTableV6Builder) AccountCell added in v1.1.0

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

func (*TypeIdTableV6Builder) AccountSaleCell added in v1.1.0

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

func (*TypeIdTableV6Builder) ApplyRegisterCell added in v1.1.0

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

func (*TypeIdTableV6Builder) BalanceCell added in v1.1.0

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

func (*TypeIdTableV6Builder) Build added in v1.1.0

func (*TypeIdTableV6Builder) Eip712Lib added in v1.1.0

func (*TypeIdTableV6Builder) IncomeCell added in v1.1.0

func (*TypeIdTableV6Builder) OfferCell added in v1.1.0

func (*TypeIdTableV6Builder) PreAccountCell added in v1.1.0

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

func (*TypeIdTableV6Builder) ProposalCell added in v1.1.0

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

func (*TypeIdTableV6Builder) ReverseRecordCell added in v1.1.0

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

func (*TypeIdTableV6Builder) SubAccountCell added in v1.1.0

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

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