Documentation ¶
Index ¶
- Constants
- func Bytes2GoU16(bys []byte) (uint16, error)
- func Bytes2GoU32(bys []byte) (uint32, error)
- func Bytes2GoU64(bys []byte) (uint64, error)
- func Bytes2GoU8(bys []byte) (uint8, error)
- func Go64ToBytes(i int64) []byte
- func GoU32ToBytes(data uint32) []byte
- func GoU64ToBytes(data uint64) []byte
- func Has0xPrefix(str string) bool
- func MoleculeScript2CkbScript(script *Script) *types.Script
- type AccountAuctionCellData
- func (s *AccountAuctionCellData) Account() *Bytes
- func (s *AccountAuctionCellData) AccountId() *AccountId
- func (s *AccountAuctionCellData) AsBuilder() AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellData) AsSlice() []byte
- func (s *AccountAuctionCellData) CountExtraFields() uint
- func (s *AccountAuctionCellData) CurrentBidPrice() *Uint64
- func (s *AccountAuctionCellData) CurrentBidderLock() *Script
- func (s *AccountAuctionCellData) Description() *Bytes
- func (s *AccountAuctionCellData) EndedAt() *Uint64
- func (s *AccountAuctionCellData) FieldCount() uint
- func (s *AccountAuctionCellData) HasExtraFields() bool
- func (s *AccountAuctionCellData) IncrementRateEachBid() *Uint32
- func (s *AccountAuctionCellData) IsEmpty() bool
- func (s *AccountAuctionCellData) Len() uint
- func (s *AccountAuctionCellData) OpeningPrice() *Uint64
- func (s *AccountAuctionCellData) PrevBidderProfitRate() *Uint32
- func (s *AccountAuctionCellData) StartedAt() *Uint64
- func (s *AccountAuctionCellData) TotalSize() uint
- type AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) Account(v Bytes) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) AccountId(v AccountId) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) Build() AccountAuctionCellData
- func (s *AccountAuctionCellDataBuilder) CurrentBidPrice(v Uint64) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) CurrentBidderLock(v Script) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) Description(v Bytes) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) EndedAt(v Uint64) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) IncrementRateEachBid(v Uint32) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) OpeningPrice(v Uint64) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) PrevBidderProfitRate(v Uint32) *AccountAuctionCellDataBuilder
- func (s *AccountAuctionCellDataBuilder) StartedAt(v Uint64) *AccountAuctionCellDataBuilder
- type AccountCellData
- func (s *AccountCellData) Account() *AccountChars
- func (s *AccountCellData) AsBuilder() AccountCellDataBuilder
- func (s *AccountCellData) AsSlice() []byte
- func (s *AccountCellData) CountExtraFields() uint
- func (s *AccountCellData) EnableSubAccount() *Uint8
- func (s *AccountCellData) FieldCount() uint
- func (s *AccountCellData) HasExtraFields() bool
- func (s *AccountCellData) Id() *AccountId
- func (s *AccountCellData) IsEmpty() bool
- func (s *AccountCellData) LastEditManagerAt() *Uint64
- func (s *AccountCellData) LastEditRecordsAt() *Uint64
- func (s *AccountCellData) LastTransferAccountAt() *Uint64
- func (s *AccountCellData) Len() uint
- func (s *AccountCellData) Records() *Records
- func (s *AccountCellData) RegisteredAt() *Uint64
- func (s *AccountCellData) RenewSubAccountPrice() *Uint64
- func (s *AccountCellData) Status() *Uint8
- func (s *AccountCellData) TotalSize() uint
- type AccountCellDataBuilder
- func (s *AccountCellDataBuilder) Account(v AccountChars) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) Build() AccountCellData
- func (s *AccountCellDataBuilder) EnableSubAccount(v Uint8) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) Id(v AccountId) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) LastEditManagerAt(v Uint64) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) LastEditRecordsAt(v Uint64) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) LastTransferAccountAt(v Uint64) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) Records(v Records) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) RegisteredAt(v Uint64) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) RenewSubAccountPrice(v Uint64) *AccountCellDataBuilder
- func (s *AccountCellDataBuilder) Status(v Uint8) *AccountCellDataBuilder
- type AccountCellDataV1
- func (s *AccountCellDataV1) Account() *AccountChars
- func (s *AccountCellDataV1) AsBuilder() AccountCellDataV1Builder
- func (s *AccountCellDataV1) AsSlice() []byte
- func (s *AccountCellDataV1) CountExtraFields() uint
- func (s *AccountCellDataV1) FieldCount() uint
- func (s *AccountCellDataV1) HasExtraFields() bool
- func (s *AccountCellDataV1) Id() *AccountId
- func (s *AccountCellDataV1) IsEmpty() bool
- func (s *AccountCellDataV1) Len() uint
- func (s *AccountCellDataV1) Records() *Records
- func (s *AccountCellDataV1) RegisteredAt() *Uint64
- func (s *AccountCellDataV1) Status() *Uint8
- func (s *AccountCellDataV1) TotalSize() uint
- func (s *AccountCellDataV1) UpdatedAt() *Uint64
- type AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) Account(v AccountChars) *AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) Build() AccountCellDataV1
- func (s *AccountCellDataV1Builder) Id(v AccountId) *AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) Records(v Records) *AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) RegisteredAt(v Uint64) *AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) Status(v Uint8) *AccountCellDataV1Builder
- func (s *AccountCellDataV1Builder) UpdatedAt(v Uint64) *AccountCellDataV1Builder
- type AccountCellDataV2
- func (s *AccountCellDataV2) Account() *AccountChars
- func (s *AccountCellDataV2) AsBuilder() AccountCellDataV2Builder
- func (s *AccountCellDataV2) AsSlice() []byte
- func (s *AccountCellDataV2) CountExtraFields() uint
- func (s *AccountCellDataV2) FieldCount() uint
- func (s *AccountCellDataV2) HasExtraFields() bool
- func (s *AccountCellDataV2) Id() *AccountId
- func (s *AccountCellDataV2) IsEmpty() bool
- func (s *AccountCellDataV2) LastEditManagerAt() *Uint64
- func (s *AccountCellDataV2) LastEditRecordsAt() *Uint64
- func (s *AccountCellDataV2) LastTransferAccountAt() *Uint64
- func (s *AccountCellDataV2) Len() uint
- func (s *AccountCellDataV2) Records() *Records
- func (s *AccountCellDataV2) RegisteredAt() *Uint64
- func (s *AccountCellDataV2) Status() *Uint8
- func (s *AccountCellDataV2) TotalSize() uint
- type AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) Account(v AccountChars) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) Build() AccountCellDataV2
- func (s *AccountCellDataV2Builder) Id(v AccountId) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) LastEditManagerAt(v Uint64) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) LastEditRecordsAt(v Uint64) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) LastTransferAccountAt(v Uint64) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) Records(v Records) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) RegisteredAt(v Uint64) *AccountCellDataV2Builder
- func (s *AccountCellDataV2Builder) Status(v Uint8) *AccountCellDataV2Builder
- type AccountChar
- func (s *AccountChar) AsBuilder() AccountCharBuilder
- func (s *AccountChar) AsSlice() []byte
- func (s *AccountChar) Bytes() *Bytes
- func (s *AccountChar) CharSetName() *Uint32
- func (s *AccountChar) CountExtraFields() uint
- func (s *AccountChar) FieldCount() uint
- func (s *AccountChar) HasExtraFields() bool
- func (s *AccountChar) IsEmpty() bool
- func (s *AccountChar) Len() uint
- func (s *AccountChar) TotalSize() uint
- type AccountCharBuilder
- type AccountChars
- type AccountCharsBuilder
- type AccountId
- func (s *AccountId) AsBuilder() AccountIdBuilder
- func (s *AccountId) AsSlice() []byte
- func (s *AccountId) Nth0() *Byte
- func (s *AccountId) Nth1() *Byte
- func (s *AccountId) Nth10() *Byte
- func (s *AccountId) Nth11() *Byte
- func (s *AccountId) Nth12() *Byte
- func (s *AccountId) Nth13() *Byte
- func (s *AccountId) Nth14() *Byte
- func (s *AccountId) Nth15() *Byte
- func (s *AccountId) Nth16() *Byte
- func (s *AccountId) Nth17() *Byte
- func (s *AccountId) Nth18() *Byte
- func (s *AccountId) Nth19() *Byte
- func (s *AccountId) Nth2() *Byte
- func (s *AccountId) Nth3() *Byte
- func (s *AccountId) Nth4() *Byte
- func (s *AccountId) Nth5() *Byte
- func (s *AccountId) Nth6() *Byte
- func (s *AccountId) Nth7() *Byte
- func (s *AccountId) Nth8() *Byte
- func (s *AccountId) Nth9() *Byte
- func (s *AccountId) RawData() []byte
- type AccountIdBuilder
- func (s *AccountIdBuilder) Build() AccountId
- func (s *AccountIdBuilder) Nth0(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth1(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth10(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth11(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth12(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth13(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth14(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth15(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth16(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth17(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth18(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth19(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth2(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth3(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth4(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth5(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth6(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth7(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth8(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Nth9(v Byte) *AccountIdBuilder
- func (s *AccountIdBuilder) Set(v [20]Byte) *AccountIdBuilder
- type AccountSaleCellData
- func (s *AccountSaleCellData) Account() *Bytes
- func (s *AccountSaleCellData) AccountId() *AccountId
- func (s *AccountSaleCellData) AsBuilder() AccountSaleCellDataBuilder
- func (s *AccountSaleCellData) AsSlice() []byte
- func (s *AccountSaleCellData) BuyerInviterProfitRate() *Uint32
- func (s *AccountSaleCellData) CountExtraFields() uint
- func (s *AccountSaleCellData) Description() *Bytes
- func (s *AccountSaleCellData) FieldCount() uint
- func (s *AccountSaleCellData) HasExtraFields() bool
- func (s *AccountSaleCellData) IsEmpty() bool
- func (s *AccountSaleCellData) Len() uint
- func (s *AccountSaleCellData) Price() *Uint64
- func (s *AccountSaleCellData) StartedAt() *Uint64
- func (s *AccountSaleCellData) TotalSize() uint
- type AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) Account(v Bytes) *AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) AccountId(v AccountId) *AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) Build() AccountSaleCellData
- func (s *AccountSaleCellDataBuilder) BuyerInviterProfitRate(v Uint32) *AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) Description(v Bytes) *AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) Price(v Uint64) *AccountSaleCellDataBuilder
- func (s *AccountSaleCellDataBuilder) StartedAt(v Uint64) *AccountSaleCellDataBuilder
- type AccountSaleCellDataV1
- func (s *AccountSaleCellDataV1) Account() *Bytes
- func (s *AccountSaleCellDataV1) AccountId() *AccountId
- func (s *AccountSaleCellDataV1) AsBuilder() AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1) AsSlice() []byte
- func (s *AccountSaleCellDataV1) CountExtraFields() uint
- func (s *AccountSaleCellDataV1) Description() *Bytes
- func (s *AccountSaleCellDataV1) FieldCount() uint
- func (s *AccountSaleCellDataV1) HasExtraFields() bool
- func (s *AccountSaleCellDataV1) IsEmpty() bool
- func (s *AccountSaleCellDataV1) Len() uint
- func (s *AccountSaleCellDataV1) Price() *Uint64
- func (s *AccountSaleCellDataV1) StartedAt() *Uint64
- func (s *AccountSaleCellDataV1) TotalSize() uint
- type AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1Builder) Account(v Bytes) *AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1Builder) AccountId(v AccountId) *AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1Builder) Build() AccountSaleCellDataV1
- func (s *AccountSaleCellDataV1Builder) Description(v Bytes) *AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1Builder) Price(v Uint64) *AccountSaleCellDataV1Builder
- func (s *AccountSaleCellDataV1Builder) StartedAt(v Uint64) *AccountSaleCellDataV1Builder
- type ActionData
- func (s *ActionData) Action() *Bytes
- func (s *ActionData) AsBuilder() ActionDataBuilder
- func (s *ActionData) AsSlice() []byte
- func (s *ActionData) CountExtraFields() uint
- func (s *ActionData) FieldCount() uint
- func (s *ActionData) HasExtraFields() bool
- func (s *ActionData) IsEmpty() bool
- func (s *ActionData) Len() uint
- func (s *ActionData) Params() *Bytes
- func (s *ActionData) TotalSize() uint
- type ActionDataBuilder
- type Byte
- type Bytes
- type BytesBuilder
- type ChainId
- func (s *ChainId) AsBuilder() ChainIdBuilder
- func (s *ChainId) AsSlice() []byte
- func (s *ChainId) ChainId() *Uint64
- func (s *ChainId) Checked() *Uint8
- func (s *ChainId) CoinType() *Uint64
- func (s *ChainId) CountExtraFields() uint
- func (s *ChainId) FieldCount() uint
- func (s *ChainId) HasExtraFields() bool
- func (s *ChainId) IsEmpty() bool
- func (s *ChainId) Len() uint
- func (s *ChainId) TotalSize() uint
- type ChainIdBuilder
- type Chars
- type CharsBuilder
- type ConfigCellAccount
- func (s *ConfigCellAccount) AsBuilder() ConfigCellAccountBuilder
- func (s *ConfigCellAccount) AsSlice() []byte
- func (s *ConfigCellAccount) BasicCapacity() *Uint64
- func (s *ConfigCellAccount) CommonFee() *Uint64
- func (s *ConfigCellAccount) CommonThrottle() *Uint32
- func (s *ConfigCellAccount) CountExtraFields() uint
- func (s *ConfigCellAccount) EditManagerFee() *Uint64
- func (s *ConfigCellAccount) EditManagerThrottle() *Uint32
- func (s *ConfigCellAccount) EditRecordsFee() *Uint64
- func (s *ConfigCellAccount) EditRecordsThrottle() *Uint32
- func (s *ConfigCellAccount) ExpirationGracePeriod() *Uint32
- func (s *ConfigCellAccount) FieldCount() uint
- func (s *ConfigCellAccount) HasExtraFields() bool
- func (s *ConfigCellAccount) IsEmpty() bool
- func (s *ConfigCellAccount) Len() uint
- func (s *ConfigCellAccount) MaxLength() *Uint32
- func (s *ConfigCellAccount) PreparedFeeCapacity() *Uint64
- func (s *ConfigCellAccount) RecordMinTtl() *Uint32
- func (s *ConfigCellAccount) RecordSizeLimit() *Uint32
- func (s *ConfigCellAccount) TotalSize() uint
- func (s *ConfigCellAccount) TransferAccountFee() *Uint64
- func (s *ConfigCellAccount) TransferAccountThrottle() *Uint32
- type ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) BasicCapacity(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) Build() ConfigCellAccount
- func (s *ConfigCellAccountBuilder) CommonFee(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) CommonThrottle(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) EditManagerFee(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) EditManagerThrottle(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) EditRecordsFee(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) EditRecordsThrottle(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) ExpirationGracePeriod(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) MaxLength(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) PreparedFeeCapacity(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) RecordMinTtl(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) RecordSizeLimit(v Uint32) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) TransferAccountFee(v Uint64) *ConfigCellAccountBuilder
- func (s *ConfigCellAccountBuilder) TransferAccountThrottle(v Uint32) *ConfigCellAccountBuilder
- type ConfigCellApply
- func (s *ConfigCellApply) ApplyMaxWaitingBlockNumber() *Uint32
- func (s *ConfigCellApply) ApplyMinWaitingBlockNumber() *Uint32
- func (s *ConfigCellApply) AsBuilder() ConfigCellApplyBuilder
- func (s *ConfigCellApply) AsSlice() []byte
- func (s *ConfigCellApply) CountExtraFields() uint
- func (s *ConfigCellApply) FieldCount() uint
- func (s *ConfigCellApply) HasExtraFields() bool
- func (s *ConfigCellApply) IsEmpty() bool
- func (s *ConfigCellApply) Len() uint
- func (s *ConfigCellApply) TotalSize() uint
- type ConfigCellApplyBuilder
- type ConfigCellIncome
- func (s *ConfigCellIncome) AsBuilder() ConfigCellIncomeBuilder
- func (s *ConfigCellIncome) AsSlice() []byte
- func (s *ConfigCellIncome) BasicCapacity() *Uint64
- func (s *ConfigCellIncome) CountExtraFields() uint
- func (s *ConfigCellIncome) FieldCount() uint
- func (s *ConfigCellIncome) HasExtraFields() bool
- func (s *ConfigCellIncome) IsEmpty() bool
- func (s *ConfigCellIncome) Len() uint
- func (s *ConfigCellIncome) MaxRecords() *Uint32
- func (s *ConfigCellIncome) MinTransferCapacity() *Uint64
- func (s *ConfigCellIncome) TotalSize() uint
- type ConfigCellIncomeBuilder
- func (s *ConfigCellIncomeBuilder) BasicCapacity(v Uint64) *ConfigCellIncomeBuilder
- func (s *ConfigCellIncomeBuilder) Build() ConfigCellIncome
- func (s *ConfigCellIncomeBuilder) MaxRecords(v Uint32) *ConfigCellIncomeBuilder
- func (s *ConfigCellIncomeBuilder) MinTransferCapacity(v Uint64) *ConfigCellIncomeBuilder
- type ConfigCellMain
- func (s *ConfigCellMain) AsBuilder() ConfigCellMainBuilder
- func (s *ConfigCellMain) AsSlice() []byte
- func (s *ConfigCellMain) CountExtraFields() uint
- func (s *ConfigCellMain) DasLockOutPointTable() *DasLockOutPointTable
- func (s *ConfigCellMain) DasLockTypeIdTable() *DasLockTypeIdTable
- func (s *ConfigCellMain) FieldCount() uint
- func (s *ConfigCellMain) HasExtraFields() bool
- func (s *ConfigCellMain) IsEmpty() bool
- func (s *ConfigCellMain) Len() uint
- func (s *ConfigCellMain) Status() *Uint8
- func (s *ConfigCellMain) TotalSize() uint
- func (s *ConfigCellMain) TypeIdTable() *TypeIdTable
- type ConfigCellMainBuilder
- func (s *ConfigCellMainBuilder) Build() ConfigCellMain
- func (s *ConfigCellMainBuilder) DasLockOutPointTable(v DasLockOutPointTable) *ConfigCellMainBuilder
- func (s *ConfigCellMainBuilder) DasLockTypeIdTable(v DasLockTypeIdTable) *ConfigCellMainBuilder
- func (s *ConfigCellMainBuilder) Status(v Uint8) *ConfigCellMainBuilder
- func (s *ConfigCellMainBuilder) TypeIdTable(v TypeIdTable) *ConfigCellMainBuilder
- type ConfigCellPrice
- func (s *ConfigCellPrice) AsBuilder() ConfigCellPriceBuilder
- func (s *ConfigCellPrice) AsSlice() []byte
- func (s *ConfigCellPrice) CountExtraFields() uint
- func (s *ConfigCellPrice) Discount() *DiscountConfig
- func (s *ConfigCellPrice) FieldCount() uint
- func (s *ConfigCellPrice) HasExtraFields() bool
- func (s *ConfigCellPrice) IsEmpty() bool
- func (s *ConfigCellPrice) Len() uint
- func (s *ConfigCellPrice) Prices() *PriceConfigList
- func (s *ConfigCellPrice) TotalSize() uint
- type ConfigCellPriceBuilder
- type ConfigCellProfitRate
- func (s *ConfigCellProfitRate) AsBuilder() ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRate) AsSlice() []byte
- func (s *ConfigCellProfitRate) AuctionBidderChannel() *Uint32
- func (s *ConfigCellProfitRate) AuctionBidderInviter() *Uint32
- func (s *ConfigCellProfitRate) AuctionDas() *Uint32
- func (s *ConfigCellProfitRate) AuctionPrevBidder() *Uint32
- func (s *ConfigCellProfitRate) Channel() *Uint32
- func (s *ConfigCellProfitRate) CountExtraFields() uint
- func (s *ConfigCellProfitRate) FieldCount() uint
- func (s *ConfigCellProfitRate) HasExtraFields() bool
- func (s *ConfigCellProfitRate) IncomeConsolidate() *Uint32
- func (s *ConfigCellProfitRate) Inviter() *Uint32
- func (s *ConfigCellProfitRate) IsEmpty() bool
- func (s *ConfigCellProfitRate) Len() uint
- func (s *ConfigCellProfitRate) ProposalConfirm() *Uint32
- func (s *ConfigCellProfitRate) ProposalCreate() *Uint32
- func (s *ConfigCellProfitRate) SaleBuyerChannel() *Uint32
- func (s *ConfigCellProfitRate) SaleBuyerInviter() *Uint32
- func (s *ConfigCellProfitRate) SaleDas() *Uint32
- func (s *ConfigCellProfitRate) TotalSize() uint
- type ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) AuctionBidderChannel(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) AuctionBidderInviter(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) AuctionDas(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) AuctionPrevBidder(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) Build() ConfigCellProfitRate
- func (s *ConfigCellProfitRateBuilder) Channel(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) IncomeConsolidate(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) Inviter(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) ProposalConfirm(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) ProposalCreate(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) SaleBuyerChannel(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) SaleBuyerInviter(v Uint32) *ConfigCellProfitRateBuilder
- func (s *ConfigCellProfitRateBuilder) SaleDas(v Uint32) *ConfigCellProfitRateBuilder
- type ConfigCellProposal
- func (s *ConfigCellProposal) AsBuilder() ConfigCellProposalBuilder
- func (s *ConfigCellProposal) AsSlice() []byte
- func (s *ConfigCellProposal) CountExtraFields() uint
- func (s *ConfigCellProposal) FieldCount() uint
- func (s *ConfigCellProposal) HasExtraFields() bool
- func (s *ConfigCellProposal) IsEmpty() bool
- func (s *ConfigCellProposal) Len() uint
- func (s *ConfigCellProposal) ProposalMaxAccountAffect() *Uint32
- func (s *ConfigCellProposal) ProposalMaxPreAccountContain() *Uint32
- func (s *ConfigCellProposal) ProposalMinConfirmInterval() *Uint8
- func (s *ConfigCellProposal) ProposalMinExtendInterval() *Uint8
- func (s *ConfigCellProposal) ProposalMinRecycleInterval() *Uint8
- func (s *ConfigCellProposal) TotalSize() uint
- type ConfigCellProposalBuilder
- func (s *ConfigCellProposalBuilder) Build() ConfigCellProposal
- func (s *ConfigCellProposalBuilder) ProposalMaxAccountAffect(v Uint32) *ConfigCellProposalBuilder
- func (s *ConfigCellProposalBuilder) ProposalMaxPreAccountContain(v Uint32) *ConfigCellProposalBuilder
- func (s *ConfigCellProposalBuilder) ProposalMinConfirmInterval(v Uint8) *ConfigCellProposalBuilder
- func (s *ConfigCellProposalBuilder) ProposalMinExtendInterval(v Uint8) *ConfigCellProposalBuilder
- func (s *ConfigCellProposalBuilder) ProposalMinRecycleInterval(v Uint8) *ConfigCellProposalBuilder
- type ConfigCellRelease
- func (s *ConfigCellRelease) AsBuilder() ConfigCellReleaseBuilder
- func (s *ConfigCellRelease) AsSlice() []byte
- func (s *ConfigCellRelease) CountExtraFields() uint
- func (s *ConfigCellRelease) FieldCount() uint
- func (s *ConfigCellRelease) HasExtraFields() bool
- func (s *ConfigCellRelease) IsEmpty() bool
- func (s *ConfigCellRelease) Len() uint
- func (s *ConfigCellRelease) LuckyNumber() *Uint32
- func (s *ConfigCellRelease) TotalSize() uint
- type ConfigCellReleaseBuilder
- type ConfigCellReverseResolution
- func (s *ConfigCellReverseResolution) AsBuilder() ConfigCellReverseResolutionBuilder
- func (s *ConfigCellReverseResolution) AsSlice() []byte
- func (s *ConfigCellReverseResolution) CommonFee() *Uint64
- func (s *ConfigCellReverseResolution) CountExtraFields() uint
- func (s *ConfigCellReverseResolution) FieldCount() uint
- func (s *ConfigCellReverseResolution) HasExtraFields() bool
- func (s *ConfigCellReverseResolution) IsEmpty() bool
- func (s *ConfigCellReverseResolution) Len() uint
- func (s *ConfigCellReverseResolution) RecordBasicCapacity() *Uint64
- func (s *ConfigCellReverseResolution) RecordPreparedFeeCapacity() *Uint64
- func (s *ConfigCellReverseResolution) TotalSize() uint
- type ConfigCellReverseResolutionBuilder
- func (s *ConfigCellReverseResolutionBuilder) Build() ConfigCellReverseResolution
- func (s *ConfigCellReverseResolutionBuilder) CommonFee(v Uint64) *ConfigCellReverseResolutionBuilder
- func (s *ConfigCellReverseResolutionBuilder) RecordBasicCapacity(v Uint64) *ConfigCellReverseResolutionBuilder
- func (s *ConfigCellReverseResolutionBuilder) RecordPreparedFeeCapacity(v Uint64) *ConfigCellReverseResolutionBuilder
- type ConfigCellSecondaryMarket
- func (s *ConfigCellSecondaryMarket) AsBuilder() ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarket) AsSlice() []byte
- func (s *ConfigCellSecondaryMarket) AuctionCellBasicCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) AuctionCellPreparedFeeCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) AuctionDescriptionBytesLimit() *Uint32
- func (s *ConfigCellSecondaryMarket) AuctionDurationIncrementEachBid() *Uint32
- func (s *ConfigCellSecondaryMarket) AuctionMaxExtendableDuration() *Uint32
- func (s *ConfigCellSecondaryMarket) AuctionMinIncrementRateEachBid() *Uint32
- func (s *ConfigCellSecondaryMarket) AuctionMinOpeningPrice() *Uint64
- func (s *ConfigCellSecondaryMarket) CommonFee() *Uint64
- func (s *ConfigCellSecondaryMarket) CountExtraFields() uint
- func (s *ConfigCellSecondaryMarket) FieldCount() uint
- func (s *ConfigCellSecondaryMarket) HasExtraFields() bool
- func (s *ConfigCellSecondaryMarket) IsEmpty() bool
- func (s *ConfigCellSecondaryMarket) Len() uint
- func (s *ConfigCellSecondaryMarket) OfferCellBasicCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) OfferCellPreparedFeeCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) OfferMessageBytesLimit() *Uint32
- func (s *ConfigCellSecondaryMarket) OfferMinPrice() *Uint64
- func (s *ConfigCellSecondaryMarket) SaleCellBasicCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) SaleCellPreparedFeeCapacity() *Uint64
- func (s *ConfigCellSecondaryMarket) SaleDescriptionBytesLimit() *Uint32
- func (s *ConfigCellSecondaryMarket) SaleExpirationLimit() *Uint32
- func (s *ConfigCellSecondaryMarket) SaleMinPrice() *Uint64
- func (s *ConfigCellSecondaryMarket) TotalSize() uint
- type ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionDescriptionBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionDurationIncrementEachBid(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionMaxExtendableDuration(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionMinIncrementRateEachBid(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) AuctionMinOpeningPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) Build() ConfigCellSecondaryMarket
- func (s *ConfigCellSecondaryMarketBuilder) CommonFee(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) OfferCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) OfferCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) OfferMessageBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) OfferMinPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) SaleCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) SaleCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) SaleDescriptionBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) SaleExpirationLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
- func (s *ConfigCellSecondaryMarketBuilder) SaleMinPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
- type ConfigCellSubAccount
- func (s *ConfigCellSubAccount) AsBuilder() ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccount) AsSlice() []byte
- func (s *ConfigCellSubAccount) BasicCapacity() *Uint64
- func (s *ConfigCellSubAccount) CommonFee() *Uint64
- func (s *ConfigCellSubAccount) CountExtraFields() uint
- func (s *ConfigCellSubAccount) CreateFee() *Uint64
- func (s *ConfigCellSubAccount) EditFee() *Uint64
- func (s *ConfigCellSubAccount) FieldCount() uint
- func (s *ConfigCellSubAccount) HasExtraFields() bool
- func (s *ConfigCellSubAccount) IsEmpty() bool
- func (s *ConfigCellSubAccount) Len() uint
- func (s *ConfigCellSubAccount) NewSubAccountCustomPriceDasProfitRate() *Uint32
- func (s *ConfigCellSubAccount) NewSubAccountPrice() *Uint64
- func (s *ConfigCellSubAccount) PreparedFeeCapacity() *Uint64
- func (s *ConfigCellSubAccount) RecycleFee() *Uint64
- func (s *ConfigCellSubAccount) RenewFee() *Uint64
- func (s *ConfigCellSubAccount) RenewSubAccountCustomPriceDasProfitRate() *Uint32
- func (s *ConfigCellSubAccount) RenewSubAccountPrice() *Uint64
- func (s *ConfigCellSubAccount) TotalSize() uint
- type ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) BasicCapacity(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) Build() ConfigCellSubAccount
- func (s *ConfigCellSubAccountBuilder) CommonFee(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) CreateFee(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) EditFee(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) NewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) NewSubAccountPrice(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) PreparedFeeCapacity(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) RecycleFee(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) RenewFee(v Uint64) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) RenewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder
- func (s *ConfigCellSubAccountBuilder) RenewSubAccountPrice(v Uint64) *ConfigCellSubAccountBuilder
- type ConfigCellSystemStatus
- func (s *ConfigCellSystemStatus) AccountCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) AccountSaleCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) ApplyRegisterCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) AsBuilder() ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatus) AsSlice() []byte
- func (s *ConfigCellSystemStatus) BalanceCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) ConfigCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) CountExtraFields() uint
- func (s *ConfigCellSystemStatus) Eip712Lib() *ContractStatus
- func (s *ConfigCellSystemStatus) FieldCount() uint
- func (s *ConfigCellSystemStatus) HasExtraFields() bool
- func (s *ConfigCellSystemStatus) IncomeCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) IsEmpty() bool
- func (s *ConfigCellSystemStatus) Len() uint
- func (s *ConfigCellSystemStatus) OfferCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) PreAccountCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) ProposalCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) ReverseRecordCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) ReverseRecordRootCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) SubAccountCellType() *ContractStatus
- func (s *ConfigCellSystemStatus) TotalSize() uint
- type ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) AccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) AccountSaleCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) ApplyRegisterCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) BalanceCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) Build() ConfigCellSystemStatus
- func (s *ConfigCellSystemStatusBuilder) ConfigCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) Eip712Lib(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) IncomeCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) OfferCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) PreAccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) ProposalCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) ReverseRecordCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) ReverseRecordRootCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- func (s *ConfigCellSystemStatusBuilder) SubAccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
- type ContractStatus
- func (s *ContractStatus) AsBuilder() ContractStatusBuilder
- func (s *ContractStatus) AsSlice() []byte
- func (s *ContractStatus) CountExtraFields() uint
- func (s *ContractStatus) FieldCount() uint
- func (s *ContractStatus) HasExtraFields() bool
- func (s *ContractStatus) IsEmpty() bool
- func (s *ContractStatus) Len() uint
- func (s *ContractStatus) Status() *Byte
- func (s *ContractStatus) TotalSize() uint
- func (s *ContractStatus) Version() *Bytes
- type ContractStatusBuilder
- type DasLockOutPointTable
- func (s *DasLockOutPointTable) AsBuilder() DasLockOutPointTableBuilder
- func (s *DasLockOutPointTable) AsSlice() []byte
- func (s *DasLockOutPointTable) CkbAnyoneCanPay() *OutPoint
- func (s *DasLockOutPointTable) CkbMultisign() *OutPoint
- func (s *DasLockOutPointTable) CkbSignall() *OutPoint
- func (s *DasLockOutPointTable) CountExtraFields() uint
- func (s *DasLockOutPointTable) Ed25519() *OutPoint
- func (s *DasLockOutPointTable) Eth() *OutPoint
- func (s *DasLockOutPointTable) FieldCount() uint
- func (s *DasLockOutPointTable) HasExtraFields() bool
- func (s *DasLockOutPointTable) IsEmpty() bool
- func (s *DasLockOutPointTable) Len() uint
- func (s *DasLockOutPointTable) TotalSize() uint
- func (s *DasLockOutPointTable) Tron() *OutPoint
- type DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) Build() DasLockOutPointTable
- func (s *DasLockOutPointTableBuilder) CkbAnyoneCanPay(v OutPoint) *DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) CkbMultisign(v OutPoint) *DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) CkbSignall(v OutPoint) *DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) Ed25519(v OutPoint) *DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) Eth(v OutPoint) *DasLockOutPointTableBuilder
- func (s *DasLockOutPointTableBuilder) Tron(v OutPoint) *DasLockOutPointTableBuilder
- type DasLockTypeIdTable
- func (s *DasLockTypeIdTable) AsBuilder() DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTable) AsSlice() []byte
- func (s *DasLockTypeIdTable) CkbMultisig() *Hash
- func (s *DasLockTypeIdTable) CkbSignhash() *Hash
- func (s *DasLockTypeIdTable) CountExtraFields() uint
- func (s *DasLockTypeIdTable) Doge() *Hash
- func (s *DasLockTypeIdTable) Ed25519() *Hash
- func (s *DasLockTypeIdTable) Eth() *Hash
- func (s *DasLockTypeIdTable) FieldCount() uint
- func (s *DasLockTypeIdTable) HasExtraFields() bool
- func (s *DasLockTypeIdTable) IsEmpty() bool
- func (s *DasLockTypeIdTable) Len() uint
- func (s *DasLockTypeIdTable) TotalSize() uint
- func (s *DasLockTypeIdTable) Tron() *Hash
- type DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) Build() DasLockTypeIdTable
- func (s *DasLockTypeIdTableBuilder) CkbMultisig(v Hash) *DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) CkbSignhash(v Hash) *DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) Doge(v Hash) *DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) Ed25519(v Hash) *DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) Eth(v Hash) *DasLockTypeIdTableBuilder
- func (s *DasLockTypeIdTableBuilder) Tron(v Hash) *DasLockTypeIdTableBuilder
- type Data
- func (s *Data) AsBuilder() DataBuilder
- func (s *Data) AsSlice() []byte
- func (s *Data) CountExtraFields() uint
- func (s *Data) Dep() *DataEntityOpt
- func (s *Data) FieldCount() uint
- func (s *Data) HasExtraFields() bool
- func (s *Data) IsEmpty() bool
- func (s *Data) Len() uint
- func (s *Data) New() *DataEntityOpt
- func (s *Data) Old() *DataEntityOpt
- func (s *Data) TotalSize() uint
- type DataBuilder
- type DataEntity
- func (s *DataEntity) AsBuilder() DataEntityBuilder
- func (s *DataEntity) AsSlice() []byte
- func (s *DataEntity) CountExtraFields() uint
- func (s *DataEntity) Entity() *Bytes
- func (s *DataEntity) FieldCount() uint
- func (s *DataEntity) HasExtraFields() bool
- func (s *DataEntity) Index() *Uint32
- func (s *DataEntity) IsEmpty() bool
- func (s *DataEntity) Len() uint
- func (s *DataEntity) TotalSize() uint
- func (s *DataEntity) Version() *Uint32
- type DataEntityBuilder
- type DataEntityOpt
- type DataEntityOptBuilder
- type DiscountConfig
- func (s *DiscountConfig) AsBuilder() DiscountConfigBuilder
- func (s *DiscountConfig) AsSlice() []byte
- func (s *DiscountConfig) CountExtraFields() uint
- func (s *DiscountConfig) FieldCount() uint
- func (s *DiscountConfig) HasExtraFields() bool
- func (s *DiscountConfig) InvitedDiscount() *Uint32
- func (s *DiscountConfig) IsEmpty() bool
- func (s *DiscountConfig) Len() uint
- func (s *DiscountConfig) TotalSize() uint
- type DiscountConfigBuilder
- type Hash
- func (s *Hash) AsBuilder() HashBuilder
- func (s *Hash) AsSlice() []byte
- func (s *Hash) Nth0() *Byte
- func (s *Hash) Nth1() *Byte
- func (s *Hash) Nth10() *Byte
- func (s *Hash) Nth11() *Byte
- func (s *Hash) Nth12() *Byte
- func (s *Hash) Nth13() *Byte
- func (s *Hash) Nth14() *Byte
- func (s *Hash) Nth15() *Byte
- func (s *Hash) Nth16() *Byte
- func (s *Hash) Nth17() *Byte
- func (s *Hash) Nth18() *Byte
- func (s *Hash) Nth19() *Byte
- func (s *Hash) Nth2() *Byte
- func (s *Hash) Nth20() *Byte
- func (s *Hash) Nth21() *Byte
- func (s *Hash) Nth22() *Byte
- func (s *Hash) Nth23() *Byte
- func (s *Hash) Nth24() *Byte
- func (s *Hash) Nth25() *Byte
- func (s *Hash) Nth26() *Byte
- func (s *Hash) Nth27() *Byte
- func (s *Hash) Nth28() *Byte
- func (s *Hash) Nth29() *Byte
- func (s *Hash) Nth3() *Byte
- func (s *Hash) Nth30() *Byte
- func (s *Hash) Nth31() *Byte
- func (s *Hash) Nth4() *Byte
- func (s *Hash) Nth5() *Byte
- func (s *Hash) Nth6() *Byte
- func (s *Hash) Nth7() *Byte
- func (s *Hash) Nth8() *Byte
- func (s *Hash) Nth9() *Byte
- func (s *Hash) RawData() []byte
- type HashBuilder
- func (s *HashBuilder) Build() Hash
- func (s *HashBuilder) Nth0(v Byte) *HashBuilder
- func (s *HashBuilder) Nth1(v Byte) *HashBuilder
- func (s *HashBuilder) Nth10(v Byte) *HashBuilder
- func (s *HashBuilder) Nth11(v Byte) *HashBuilder
- func (s *HashBuilder) Nth12(v Byte) *HashBuilder
- func (s *HashBuilder) Nth13(v Byte) *HashBuilder
- func (s *HashBuilder) Nth14(v Byte) *HashBuilder
- func (s *HashBuilder) Nth15(v Byte) *HashBuilder
- func (s *HashBuilder) Nth16(v Byte) *HashBuilder
- func (s *HashBuilder) Nth17(v Byte) *HashBuilder
- func (s *HashBuilder) Nth18(v Byte) *HashBuilder
- func (s *HashBuilder) Nth19(v Byte) *HashBuilder
- func (s *HashBuilder) Nth2(v Byte) *HashBuilder
- func (s *HashBuilder) Nth20(v Byte) *HashBuilder
- func (s *HashBuilder) Nth21(v Byte) *HashBuilder
- func (s *HashBuilder) Nth22(v Byte) *HashBuilder
- func (s *HashBuilder) Nth23(v Byte) *HashBuilder
- func (s *HashBuilder) Nth24(v Byte) *HashBuilder
- func (s *HashBuilder) Nth25(v Byte) *HashBuilder
- func (s *HashBuilder) Nth26(v Byte) *HashBuilder
- func (s *HashBuilder) Nth27(v Byte) *HashBuilder
- func (s *HashBuilder) Nth28(v Byte) *HashBuilder
- func (s *HashBuilder) Nth29(v Byte) *HashBuilder
- func (s *HashBuilder) Nth3(v Byte) *HashBuilder
- func (s *HashBuilder) Nth30(v Byte) *HashBuilder
- func (s *HashBuilder) Nth31(v Byte) *HashBuilder
- func (s *HashBuilder) Nth4(v Byte) *HashBuilder
- func (s *HashBuilder) Nth5(v Byte) *HashBuilder
- func (s *HashBuilder) Nth6(v Byte) *HashBuilder
- func (s *HashBuilder) Nth7(v Byte) *HashBuilder
- func (s *HashBuilder) Nth8(v Byte) *HashBuilder
- func (s *HashBuilder) Nth9(v Byte) *HashBuilder
- func (s *HashBuilder) Set(v [32]Byte) *HashBuilder
- type IncomeCellData
- func (s *IncomeCellData) AsBuilder() IncomeCellDataBuilder
- func (s *IncomeCellData) AsSlice() []byte
- func (s *IncomeCellData) CountExtraFields() uint
- func (s *IncomeCellData) Creator() *Script
- func (s *IncomeCellData) FieldCount() uint
- func (s *IncomeCellData) HasExtraFields() bool
- func (s *IncomeCellData) IsEmpty() bool
- func (s *IncomeCellData) Len() uint
- func (s *IncomeCellData) Records() *IncomeRecords
- func (s *IncomeCellData) TotalSize() uint
- type IncomeCellDataBuilder
- type IncomeRecord
- func (s *IncomeRecord) AsBuilder() IncomeRecordBuilder
- func (s *IncomeRecord) AsSlice() []byte
- func (s *IncomeRecord) BelongTo() *Script
- func (s *IncomeRecord) Capacity() *Uint64
- func (s *IncomeRecord) CountExtraFields() uint
- func (s *IncomeRecord) FieldCount() uint
- func (s *IncomeRecord) HasExtraFields() bool
- func (s *IncomeRecord) IsEmpty() bool
- func (s *IncomeRecord) Len() uint
- func (s *IncomeRecord) TotalSize() uint
- type IncomeRecordBuilder
- type IncomeRecords
- func (s *IncomeRecords) AsBuilder() IncomeRecordsBuilder
- func (s *IncomeRecords) AsSlice() []byte
- func (s *IncomeRecords) Get(index uint) *IncomeRecord
- func (s *IncomeRecords) IsEmpty() bool
- func (s *IncomeRecords) ItemCount() uint
- func (s *IncomeRecords) Len() uint
- func (s *IncomeRecords) TotalSize() uint
- type IncomeRecordsBuilder
- type Number
- type OfferCellData
- func (s *OfferCellData) Account() *Bytes
- func (s *OfferCellData) AsBuilder() OfferCellDataBuilder
- func (s *OfferCellData) AsSlice() []byte
- func (s *OfferCellData) ChannelLock() *Script
- func (s *OfferCellData) CountExtraFields() uint
- func (s *OfferCellData) FieldCount() uint
- func (s *OfferCellData) HasExtraFields() bool
- func (s *OfferCellData) InviterLock() *Script
- func (s *OfferCellData) IsEmpty() bool
- func (s *OfferCellData) Len() uint
- func (s *OfferCellData) Message() *Bytes
- func (s *OfferCellData) Price() *Uint64
- func (s *OfferCellData) TotalSize() uint
- type OfferCellDataBuilder
- func (s *OfferCellDataBuilder) Account(v Bytes) *OfferCellDataBuilder
- func (s *OfferCellDataBuilder) Build() OfferCellData
- func (s *OfferCellDataBuilder) ChannelLock(v Script) *OfferCellDataBuilder
- func (s *OfferCellDataBuilder) InviterLock(v Script) *OfferCellDataBuilder
- func (s *OfferCellDataBuilder) Message(v Bytes) *OfferCellDataBuilder
- func (s *OfferCellDataBuilder) Price(v Uint64) *OfferCellDataBuilder
- type OutPoint
- type OutPointBuilder
- type PreAccountCellData
- func (s *PreAccountCellData) Account() *AccountChars
- func (s *PreAccountCellData) AsBuilder() PreAccountCellDataBuilder
- func (s *PreAccountCellData) AsSlice() []byte
- func (s *PreAccountCellData) ChannelLock() *ScriptOpt
- func (s *PreAccountCellData) CountExtraFields() uint
- func (s *PreAccountCellData) CreatedAt() *Uint64
- func (s *PreAccountCellData) FieldCount() uint
- func (s *PreAccountCellData) HasExtraFields() bool
- func (s *PreAccountCellData) InitialCrossChain() *ChainId
- func (s *PreAccountCellData) InitialRecords() *Records
- func (s *PreAccountCellData) InvitedDiscount() *Uint32
- func (s *PreAccountCellData) InviterId() *Bytes
- func (s *PreAccountCellData) InviterLock() *ScriptOpt
- func (s *PreAccountCellData) IsEmpty() bool
- func (s *PreAccountCellData) Len() uint
- func (s *PreAccountCellData) OwnerLockArgs() *Bytes
- func (s *PreAccountCellData) Price() *PriceConfig
- func (s *PreAccountCellData) Quote() *Uint64
- func (s *PreAccountCellData) RefundLock() *Script
- func (s *PreAccountCellData) TotalSize() uint
- type PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) Account(v AccountChars) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) Build() PreAccountCellData
- func (s *PreAccountCellDataBuilder) ChannelLock(v ScriptOpt) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) CreatedAt(v Uint64) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) InitialCrossChain(v ChainId) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) InitialRecords(v Records) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) InvitedDiscount(v Uint32) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) InviterId(v Bytes) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) InviterLock(v ScriptOpt) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) OwnerLockArgs(v Bytes) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) Price(v PriceConfig) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) Quote(v Uint64) *PreAccountCellDataBuilder
- func (s *PreAccountCellDataBuilder) RefundLock(v Script) *PreAccountCellDataBuilder
- type PreAccountCellDataV1
- func (s *PreAccountCellDataV1) Account() *AccountChars
- func (s *PreAccountCellDataV1) AsBuilder() PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1) AsSlice() []byte
- func (s *PreAccountCellDataV1) ChannelLock() *ScriptOpt
- func (s *PreAccountCellDataV1) CountExtraFields() uint
- func (s *PreAccountCellDataV1) CreatedAt() *Uint64
- func (s *PreAccountCellDataV1) FieldCount() uint
- func (s *PreAccountCellDataV1) HasExtraFields() bool
- func (s *PreAccountCellDataV1) InvitedDiscount() *Uint32
- func (s *PreAccountCellDataV1) InviterId() *Bytes
- func (s *PreAccountCellDataV1) InviterLock() *ScriptOpt
- func (s *PreAccountCellDataV1) IsEmpty() bool
- func (s *PreAccountCellDataV1) Len() uint
- func (s *PreAccountCellDataV1) OwnerLockArgs() *Bytes
- func (s *PreAccountCellDataV1) Price() *PriceConfig
- func (s *PreAccountCellDataV1) Quote() *Uint64
- func (s *PreAccountCellDataV1) RefundLock() *Script
- func (s *PreAccountCellDataV1) TotalSize() uint
- type PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) Account(v AccountChars) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) Build() PreAccountCellDataV1
- func (s *PreAccountCellDataV1Builder) ChannelLock(v ScriptOpt) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) CreatedAt(v Uint64) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) InvitedDiscount(v Uint32) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) InviterId(v Bytes) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) InviterLock(v ScriptOpt) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) OwnerLockArgs(v Bytes) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) Price(v PriceConfig) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) Quote(v Uint64) *PreAccountCellDataV1Builder
- func (s *PreAccountCellDataV1Builder) RefundLock(v Script) *PreAccountCellDataV1Builder
- type PreAccountCellDataV2
- func (s *PreAccountCellDataV2) Account() *AccountChars
- func (s *PreAccountCellDataV2) AsBuilder() PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2) AsSlice() []byte
- func (s *PreAccountCellDataV2) ChannelLock() *ScriptOpt
- func (s *PreAccountCellDataV2) CountExtraFields() uint
- func (s *PreAccountCellDataV2) CreatedAt() *Uint64
- func (s *PreAccountCellDataV2) FieldCount() uint
- func (s *PreAccountCellDataV2) HasExtraFields() bool
- func (s *PreAccountCellDataV2) InitialRecords() *Records
- func (s *PreAccountCellDataV2) InvitedDiscount() *Uint32
- func (s *PreAccountCellDataV2) InviterId() *Bytes
- func (s *PreAccountCellDataV2) InviterLock() *ScriptOpt
- func (s *PreAccountCellDataV2) IsEmpty() bool
- func (s *PreAccountCellDataV2) Len() uint
- func (s *PreAccountCellDataV2) OwnerLockArgs() *Bytes
- func (s *PreAccountCellDataV2) Price() *PriceConfig
- func (s *PreAccountCellDataV2) Quote() *Uint64
- func (s *PreAccountCellDataV2) RefundLock() *Script
- func (s *PreAccountCellDataV2) TotalSize() uint
- type PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) Account(v AccountChars) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) Build() PreAccountCellDataV2
- func (s *PreAccountCellDataV2Builder) ChannelLock(v ScriptOpt) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) CreatedAt(v Uint64) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) InitialRecords(v Records) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) InvitedDiscount(v Uint32) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) InviterId(v Bytes) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) InviterLock(v ScriptOpt) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) OwnerLockArgs(v Bytes) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) Price(v PriceConfig) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) Quote(v Uint64) *PreAccountCellDataV2Builder
- func (s *PreAccountCellDataV2Builder) RefundLock(v Script) *PreAccountCellDataV2Builder
- type PriceConfig
- func (s *PriceConfig) AsBuilder() PriceConfigBuilder
- func (s *PriceConfig) AsSlice() []byte
- func (s *PriceConfig) CountExtraFields() uint
- func (s *PriceConfig) FieldCount() uint
- func (s *PriceConfig) HasExtraFields() bool
- func (s *PriceConfig) IsEmpty() bool
- func (s *PriceConfig) Len() uint
- func (s *PriceConfig) Length() *Uint8
- func (s *PriceConfig) New() *Uint64
- func (s *PriceConfig) Renew() *Uint64
- func (s *PriceConfig) TotalSize() uint
- type PriceConfigBuilder
- type PriceConfigList
- func (s *PriceConfigList) AsBuilder() PriceConfigListBuilder
- func (s *PriceConfigList) AsSlice() []byte
- func (s *PriceConfigList) Get(index uint) *PriceConfig
- func (s *PriceConfigList) IsEmpty() bool
- func (s *PriceConfigList) ItemCount() uint
- func (s *PriceConfigList) Len() uint
- func (s *PriceConfigList) TotalSize() uint
- type PriceConfigListBuilder
- type ProposalCellData
- func (s *ProposalCellData) AsBuilder() ProposalCellDataBuilder
- func (s *ProposalCellData) AsSlice() []byte
- func (s *ProposalCellData) CountExtraFields() uint
- func (s *ProposalCellData) CreatedAtHeight() *Uint64
- func (s *ProposalCellData) FieldCount() uint
- func (s *ProposalCellData) HasExtraFields() bool
- func (s *ProposalCellData) IsEmpty() bool
- func (s *ProposalCellData) Len() uint
- func (s *ProposalCellData) ProposerLock() *Script
- func (s *ProposalCellData) Slices() *SliceList
- func (s *ProposalCellData) TotalSize() uint
- type ProposalCellDataBuilder
- func (s *ProposalCellDataBuilder) Build() ProposalCellData
- func (s *ProposalCellDataBuilder) CreatedAtHeight(v Uint64) *ProposalCellDataBuilder
- func (s *ProposalCellDataBuilder) ProposerLock(v Script) *ProposalCellDataBuilder
- func (s *ProposalCellDataBuilder) Slices(v SliceList) *ProposalCellDataBuilder
- type ProposalItem
- func (s *ProposalItem) AccountId() *AccountId
- func (s *ProposalItem) AsBuilder() ProposalItemBuilder
- func (s *ProposalItem) AsSlice() []byte
- func (s *ProposalItem) CountExtraFields() uint
- func (s *ProposalItem) FieldCount() uint
- func (s *ProposalItem) HasExtraFields() bool
- func (s *ProposalItem) IsEmpty() bool
- func (s *ProposalItem) ItemType() *Uint8
- func (s *ProposalItem) Len() uint
- func (s *ProposalItem) Next() *AccountId
- func (s *ProposalItem) TotalSize() uint
- type ProposalItemBuilder
- type Record
- func (s *Record) AsBuilder() RecordBuilder
- func (s *Record) AsSlice() []byte
- func (s *Record) CountExtraFields() uint
- func (s *Record) FieldCount() uint
- func (s *Record) HasExtraFields() bool
- func (s *Record) IsEmpty() bool
- func (s *Record) Len() uint
- func (s *Record) RecordKey() *Bytes
- func (s *Record) RecordLabel() *Bytes
- func (s *Record) RecordTtl() *Uint32
- func (s *Record) RecordType() *Bytes
- func (s *Record) RecordValue() *Bytes
- func (s *Record) TotalSize() uint
- type RecordBuilder
- func (s *RecordBuilder) Build() Record
- func (s *RecordBuilder) RecordKey(v Bytes) *RecordBuilder
- func (s *RecordBuilder) RecordLabel(v Bytes) *RecordBuilder
- func (s *RecordBuilder) RecordTtl(v Uint32) *RecordBuilder
- func (s *RecordBuilder) RecordType(v Bytes) *RecordBuilder
- func (s *RecordBuilder) RecordValue(v Bytes) *RecordBuilder
- type Records
- type RecordsBuilder
- type SL
- type SLBuilder
- type Script
- func (s *Script) Args() *Bytes
- func (s *Script) AsBuilder() ScriptBuilder
- func (s *Script) AsSlice() []byte
- func (s *Script) CodeHash() *Hash
- func (s *Script) CountExtraFields() uint
- func (s *Script) FieldCount() uint
- func (s *Script) HasExtraFields() bool
- func (s *Script) HashType() *Byte
- func (s *Script) IsEmpty() bool
- func (s *Script) Len() uint
- func (s *Script) TotalSize() uint
- type ScriptBuilder
- type ScriptOpt
- type ScriptOptBuilder
- type SliceList
- type SliceListBuilder
- type SubAccount
- func (s *SubAccount) Account() *AccountChars
- func (s *SubAccount) AsBuilder() SubAccountBuilder
- func (s *SubAccount) AsSlice() []byte
- func (s *SubAccount) CountExtraFields() uint
- func (s *SubAccount) EnableSubAccount() *Uint8
- func (s *SubAccount) ExpiredAt() *Uint64
- func (s *SubAccount) FieldCount() uint
- func (s *SubAccount) HasExtraFields() bool
- func (s *SubAccount) Id() *AccountId
- func (s *SubAccount) IsEmpty() bool
- func (s *SubAccount) Len() uint
- func (s *SubAccount) Lock() *Script
- func (s *SubAccount) Nonce() *Uint64
- func (s *SubAccount) Records() *Records
- func (s *SubAccount) RegisteredAt() *Uint64
- func (s *SubAccount) RenewSubAccountPrice() *Uint64
- func (s *SubAccount) Status() *Uint8
- func (s *SubAccount) Suffix() *Bytes
- func (s *SubAccount) TotalSize() uint
- type SubAccountBuilder
- func (s *SubAccountBuilder) Account(v AccountChars) *SubAccountBuilder
- func (s *SubAccountBuilder) Build() SubAccount
- func (s *SubAccountBuilder) EnableSubAccount(v Uint8) *SubAccountBuilder
- func (s *SubAccountBuilder) ExpiredAt(v Uint64) *SubAccountBuilder
- func (s *SubAccountBuilder) Id(v AccountId) *SubAccountBuilder
- func (s *SubAccountBuilder) Lock(v Script) *SubAccountBuilder
- func (s *SubAccountBuilder) Nonce(v Uint64) *SubAccountBuilder
- func (s *SubAccountBuilder) Records(v Records) *SubAccountBuilder
- func (s *SubAccountBuilder) RegisteredAt(v Uint64) *SubAccountBuilder
- func (s *SubAccountBuilder) RenewSubAccountPrice(v Uint64) *SubAccountBuilder
- func (s *SubAccountBuilder) Status(v Uint8) *SubAccountBuilder
- func (s *SubAccountBuilder) Suffix(v Bytes) *SubAccountBuilder
- type TypeIdTable
- func (s *TypeIdTable) AccountAuctionCell() *Hash
- func (s *TypeIdTable) AccountCell() *Hash
- func (s *TypeIdTable) AccountSaleCell() *Hash
- func (s *TypeIdTable) ApplyRegisterCell() *Hash
- func (s *TypeIdTable) AsBuilder() TypeIdTableBuilder
- func (s *TypeIdTable) AsSlice() []byte
- func (s *TypeIdTable) BalanceCell() *Hash
- func (s *TypeIdTable) CountExtraFields() uint
- func (s *TypeIdTable) Eip712Lib() *Hash
- func (s *TypeIdTable) FieldCount() uint
- func (s *TypeIdTable) HasExtraFields() bool
- func (s *TypeIdTable) IncomeCell() *Hash
- func (s *TypeIdTable) IsEmpty() bool
- func (s *TypeIdTable) Len() uint
- func (s *TypeIdTable) OfferCell() *Hash
- func (s *TypeIdTable) PreAccountCell() *Hash
- func (s *TypeIdTable) ProposalCell() *Hash
- func (s *TypeIdTable) ReverseRecordCell() *Hash
- func (s *TypeIdTable) ReverseRecordRootCell() *Hash
- func (s *TypeIdTable) SubAccountCell() *Hash
- func (s *TypeIdTable) TotalSize() uint
- type TypeIdTableBuilder
- func (s *TypeIdTableBuilder) AccountAuctionCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) AccountCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) AccountSaleCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) ApplyRegisterCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) BalanceCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) Build() TypeIdTable
- func (s *TypeIdTableBuilder) Eip712Lib(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) IncomeCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) OfferCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) PreAccountCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) ProposalCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) ReverseRecordCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) ReverseRecordRootCell(v Hash) *TypeIdTableBuilder
- func (s *TypeIdTableBuilder) SubAccountCell(v Hash) *TypeIdTableBuilder
- type Uint32
- type Uint32Builder
- func (s *Uint32Builder) Build() Uint32
- func (s *Uint32Builder) Nth0(v Byte) *Uint32Builder
- func (s *Uint32Builder) Nth1(v Byte) *Uint32Builder
- func (s *Uint32Builder) Nth2(v Byte) *Uint32Builder
- func (s *Uint32Builder) Nth3(v Byte) *Uint32Builder
- func (s *Uint32Builder) Set(v [4]Byte) *Uint32Builder
- type Uint64
- func (s *Uint64) AsBuilder() Uint64Builder
- func (s *Uint64) AsSlice() []byte
- func (s *Uint64) Nth0() *Byte
- func (s *Uint64) Nth1() *Byte
- func (s *Uint64) Nth2() *Byte
- func (s *Uint64) Nth3() *Byte
- func (s *Uint64) Nth4() *Byte
- func (s *Uint64) Nth5() *Byte
- func (s *Uint64) Nth6() *Byte
- func (s *Uint64) Nth7() *Byte
- func (s *Uint64) RawData() []byte
- type Uint64Builder
- func (s *Uint64Builder) Build() Uint64
- func (s *Uint64Builder) Nth0(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth1(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth2(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth3(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth4(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth5(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth6(v Byte) *Uint64Builder
- func (s *Uint64Builder) Nth7(v Byte) *Uint64Builder
- func (s *Uint64Builder) Set(v [8]Byte) *Uint64Builder
- type Uint8
- type Uint8Builder
Constants ¶
View Source
const HeaderSizeUint uint32 = 4
Variables ¶
This section is empty.
Functions ¶
func Bytes2GoU16 ¶
func Bytes2GoU32 ¶
func Bytes2GoU64 ¶
func Bytes2GoU8 ¶
func Go64ToBytes ¶
func GoU32ToBytes ¶
func GoU64ToBytes ¶ added in v1.0.1
func Has0xPrefix ¶
Types ¶
type AccountAuctionCellData ¶
type AccountAuctionCellData struct {
// contains filtered or unexported fields
}
func AccountAuctionCellDataDefault ¶
func AccountAuctionCellDataDefault() AccountAuctionCellData
func AccountAuctionCellDataFromSlice ¶
func AccountAuctionCellDataFromSlice(slice []byte, compatible bool) (*AccountAuctionCellData, error)
func AccountAuctionCellDataFromSliceUnchecked ¶
func AccountAuctionCellDataFromSliceUnchecked(slice []byte) *AccountAuctionCellData
func (*AccountAuctionCellData) Account ¶
func (s *AccountAuctionCellData) Account() *Bytes
func (*AccountAuctionCellData) AccountId ¶
func (s *AccountAuctionCellData) AccountId() *AccountId
func (*AccountAuctionCellData) AsBuilder ¶
func (s *AccountAuctionCellData) AsBuilder() AccountAuctionCellDataBuilder
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 (s *AccountAuctionCellDataBuilder) Account(v Bytes) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) AccountId ¶
func (s *AccountAuctionCellDataBuilder) AccountId(v AccountId) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) Build ¶
func (s *AccountAuctionCellDataBuilder) Build() AccountAuctionCellData
func (*AccountAuctionCellDataBuilder) CurrentBidPrice ¶
func (s *AccountAuctionCellDataBuilder) CurrentBidPrice(v Uint64) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) CurrentBidderLock ¶
func (s *AccountAuctionCellDataBuilder) CurrentBidderLock(v Script) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) Description ¶
func (s *AccountAuctionCellDataBuilder) Description(v Bytes) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) EndedAt ¶
func (s *AccountAuctionCellDataBuilder) EndedAt(v Uint64) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) IncrementRateEachBid ¶
func (s *AccountAuctionCellDataBuilder) IncrementRateEachBid(v Uint32) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) OpeningPrice ¶
func (s *AccountAuctionCellDataBuilder) OpeningPrice(v Uint64) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) PrevBidderProfitRate ¶
func (s *AccountAuctionCellDataBuilder) PrevBidderProfitRate(v Uint32) *AccountAuctionCellDataBuilder
func (*AccountAuctionCellDataBuilder) StartedAt ¶
func (s *AccountAuctionCellDataBuilder) StartedAt(v Uint64) *AccountAuctionCellDataBuilder
type AccountCellData ¶
type AccountCellData struct {
// contains filtered or unexported fields
}
func AccountCellDataDefault ¶
func AccountCellDataDefault() AccountCellData
func AccountCellDataFromSlice ¶
func AccountCellDataFromSlice(slice []byte, compatible bool) (*AccountCellData, error)
func AccountCellDataFromSliceUnchecked ¶
func AccountCellDataFromSliceUnchecked(slice []byte) *AccountCellData
func (*AccountCellData) Account ¶
func (s *AccountCellData) Account() *AccountChars
func (*AccountCellData) AsBuilder ¶
func (s *AccountCellData) AsBuilder() AccountCellDataBuilder
func (*AccountCellData) AsSlice ¶
func (s *AccountCellData) AsSlice() []byte
func (*AccountCellData) CountExtraFields ¶
func (s *AccountCellData) CountExtraFields() uint
func (*AccountCellData) EnableSubAccount ¶
func (s *AccountCellData) EnableSubAccount() *Uint8
func (*AccountCellData) FieldCount ¶
func (s *AccountCellData) FieldCount() uint
func (*AccountCellData) HasExtraFields ¶
func (s *AccountCellData) HasExtraFields() bool
func (*AccountCellData) Id ¶
func (s *AccountCellData) Id() *AccountId
func (*AccountCellData) IsEmpty ¶
func (s *AccountCellData) IsEmpty() bool
func (*AccountCellData) LastEditManagerAt ¶
func (s *AccountCellData) LastEditManagerAt() *Uint64
func (*AccountCellData) LastEditRecordsAt ¶
func (s *AccountCellData) LastEditRecordsAt() *Uint64
func (*AccountCellData) LastTransferAccountAt ¶
func (s *AccountCellData) LastTransferAccountAt() *Uint64
func (*AccountCellData) Len ¶
func (s *AccountCellData) Len() uint
func (*AccountCellData) Records ¶
func (s *AccountCellData) Records() *Records
func (*AccountCellData) RegisteredAt ¶
func (s *AccountCellData) RegisteredAt() *Uint64
func (*AccountCellData) RenewSubAccountPrice ¶
func (s *AccountCellData) RenewSubAccountPrice() *Uint64
func (*AccountCellData) Status ¶
func (s *AccountCellData) Status() *Uint8
func (*AccountCellData) TotalSize ¶
func (s *AccountCellData) TotalSize() uint
type AccountCellDataBuilder ¶
type AccountCellDataBuilder struct {
// contains filtered or unexported fields
}
func NewAccountCellDataBuilder ¶
func NewAccountCellDataBuilder() *AccountCellDataBuilder
func (*AccountCellDataBuilder) Account ¶
func (s *AccountCellDataBuilder) Account(v AccountChars) *AccountCellDataBuilder
func (*AccountCellDataBuilder) Build ¶
func (s *AccountCellDataBuilder) Build() AccountCellData
func (*AccountCellDataBuilder) EnableSubAccount ¶
func (s *AccountCellDataBuilder) EnableSubAccount(v Uint8) *AccountCellDataBuilder
func (*AccountCellDataBuilder) Id ¶
func (s *AccountCellDataBuilder) Id(v AccountId) *AccountCellDataBuilder
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 (s *AccountCellDataBuilder) Records(v Records) *AccountCellDataBuilder
func (*AccountCellDataBuilder) RegisteredAt ¶
func (s *AccountCellDataBuilder) RegisteredAt(v Uint64) *AccountCellDataBuilder
func (*AccountCellDataBuilder) RenewSubAccountPrice ¶
func (s *AccountCellDataBuilder) RenewSubAccountPrice(v Uint64) *AccountCellDataBuilder
func (*AccountCellDataBuilder) Status ¶
func (s *AccountCellDataBuilder) Status(v Uint8) *AccountCellDataBuilder
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 (s *AccountCellDataV1) AsBuilder() AccountCellDataV1Builder
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 (s *AccountCellDataV1Builder) Account(v AccountChars) *AccountCellDataV1Builder
func (*AccountCellDataV1Builder) Build ¶
func (s *AccountCellDataV1Builder) Build() AccountCellDataV1
func (*AccountCellDataV1Builder) Id ¶
func (s *AccountCellDataV1Builder) Id(v AccountId) *AccountCellDataV1Builder
func (*AccountCellDataV1Builder) Records ¶
func (s *AccountCellDataV1Builder) Records(v Records) *AccountCellDataV1Builder
func (*AccountCellDataV1Builder) RegisteredAt ¶
func (s *AccountCellDataV1Builder) RegisteredAt(v Uint64) *AccountCellDataV1Builder
func (*AccountCellDataV1Builder) Status ¶
func (s *AccountCellDataV1Builder) Status(v Uint8) *AccountCellDataV1Builder
func (*AccountCellDataV1Builder) UpdatedAt ¶
func (s *AccountCellDataV1Builder) UpdatedAt(v Uint64) *AccountCellDataV1Builder
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 (s *AccountCellDataV2) AsBuilder() AccountCellDataV2Builder
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 (s *AccountCellDataV2Builder) Account(v AccountChars) *AccountCellDataV2Builder
func (*AccountCellDataV2Builder) Build ¶
func (s *AccountCellDataV2Builder) Build() AccountCellDataV2
func (*AccountCellDataV2Builder) Id ¶
func (s *AccountCellDataV2Builder) Id(v AccountId) *AccountCellDataV2Builder
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 (s *AccountCellDataV2Builder) Records(v Records) *AccountCellDataV2Builder
func (*AccountCellDataV2Builder) RegisteredAt ¶
func (s *AccountCellDataV2Builder) RegisteredAt(v Uint64) *AccountCellDataV2Builder
func (*AccountCellDataV2Builder) Status ¶
func (s *AccountCellDataV2Builder) Status(v Uint8) *AccountCellDataV2Builder
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 (s *AccountCharBuilder) Bytes(v Bytes) *AccountCharBuilder
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 (s *AccountCharsBuilder) Extend(iter []AccountChar) *AccountCharsBuilder
func (*AccountCharsBuilder) Push ¶
func (s *AccountCharsBuilder) Push(v AccountChar) *AccountCharsBuilder
func (*AccountCharsBuilder) Set ¶
func (s *AccountCharsBuilder) Set(v []AccountChar) *AccountCharsBuilder
type AccountId ¶
type AccountId struct {
// contains filtered or unexported fields
}
func AccountIdDefault ¶
func AccountIdDefault() AccountId
func AccountIdFromSlice ¶
func (*AccountId) AsBuilder ¶
func (s *AccountId) AsBuilder() AccountIdBuilder
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 (s *AccountIdBuilder) Nth0(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth1 ¶
func (s *AccountIdBuilder) Nth1(v Byte) *AccountIdBuilder
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 (s *AccountIdBuilder) Nth2(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth3 ¶
func (s *AccountIdBuilder) Nth3(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth4 ¶
func (s *AccountIdBuilder) Nth4(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth5 ¶
func (s *AccountIdBuilder) Nth5(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth6 ¶
func (s *AccountIdBuilder) Nth6(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth7 ¶
func (s *AccountIdBuilder) Nth7(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth8 ¶
func (s *AccountIdBuilder) Nth8(v Byte) *AccountIdBuilder
func (*AccountIdBuilder) Nth9 ¶
func (s *AccountIdBuilder) Nth9(v Byte) *AccountIdBuilder
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 (s *AccountSaleCellData) AsBuilder() AccountSaleCellDataBuilder
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 (s *AccountSaleCellDataBuilder) Account(v Bytes) *AccountSaleCellDataBuilder
func (*AccountSaleCellDataBuilder) AccountId ¶
func (s *AccountSaleCellDataBuilder) AccountId(v AccountId) *AccountSaleCellDataBuilder
func (*AccountSaleCellDataBuilder) Build ¶
func (s *AccountSaleCellDataBuilder) Build() AccountSaleCellData
func (*AccountSaleCellDataBuilder) BuyerInviterProfitRate ¶
func (s *AccountSaleCellDataBuilder) BuyerInviterProfitRate(v Uint32) *AccountSaleCellDataBuilder
func (*AccountSaleCellDataBuilder) Description ¶
func (s *AccountSaleCellDataBuilder) Description(v Bytes) *AccountSaleCellDataBuilder
func (*AccountSaleCellDataBuilder) Price ¶
func (s *AccountSaleCellDataBuilder) Price(v Uint64) *AccountSaleCellDataBuilder
func (*AccountSaleCellDataBuilder) StartedAt ¶
func (s *AccountSaleCellDataBuilder) StartedAt(v Uint64) *AccountSaleCellDataBuilder
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 (s *AccountSaleCellDataV1) AsBuilder() AccountSaleCellDataV1Builder
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 (s *AccountSaleCellDataV1Builder) Account(v Bytes) *AccountSaleCellDataV1Builder
func (*AccountSaleCellDataV1Builder) AccountId ¶
func (s *AccountSaleCellDataV1Builder) AccountId(v AccountId) *AccountSaleCellDataV1Builder
func (*AccountSaleCellDataV1Builder) Build ¶
func (s *AccountSaleCellDataV1Builder) Build() AccountSaleCellDataV1
func (*AccountSaleCellDataV1Builder) Description ¶
func (s *AccountSaleCellDataV1Builder) Description(v Bytes) *AccountSaleCellDataV1Builder
func (*AccountSaleCellDataV1Builder) Price ¶
func (s *AccountSaleCellDataV1Builder) Price(v Uint64) *AccountSaleCellDataV1Builder
func (*AccountSaleCellDataV1Builder) StartedAt ¶
func (s *AccountSaleCellDataV1Builder) StartedAt(v Uint64) *AccountSaleCellDataV1Builder
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 (s *ActionDataBuilder) Action(v Bytes) *ActionDataBuilder
func (*ActionDataBuilder) Build ¶
func (s *ActionDataBuilder) Build() ActionData
func (*ActionDataBuilder) Params ¶
func (s *ActionDataBuilder) Params(v Bytes) *ActionDataBuilder
type Byte ¶
type Byte [1]byte
Byte is the primitive type
func ByteDefault ¶
func ByteDefault() Byte
func ByteFromSliceUnchecked ¶
type Bytes ¶
type Bytes struct {
// contains filtered or unexported fields
}
func BytesDefault ¶
func BytesDefault() Bytes
func BytesFromSliceUnchecked ¶
func GoBytes2MoleculeBytes ¶
func GoString2MoleculeBytes ¶
func (*Bytes) AsBuilder ¶
func (s *Bytes) AsBuilder() BytesBuilder
type BytesBuilder ¶
type BytesBuilder struct {
// contains filtered or unexported fields
}
func NewBytesBuilder ¶
func NewBytesBuilder() *BytesBuilder
func (*BytesBuilder) Build ¶
func (s *BytesBuilder) Build() Bytes
func (*BytesBuilder) Extend ¶
func (s *BytesBuilder) Extend(iter []Byte) *BytesBuilder
func (*BytesBuilder) Push ¶
func (s *BytesBuilder) Push(v Byte) *BytesBuilder
func (*BytesBuilder) Set ¶
func (s *BytesBuilder) Set(v []Byte) *BytesBuilder
type ChainId ¶ added in v1.0.1
type ChainId struct {
// contains filtered or unexported fields
}
func ChainIdDefault ¶ added in v1.0.1
func ChainIdDefault() ChainId
func ChainIdFromSlice ¶ added in v1.0.1
func ChainIdFromSliceUnchecked ¶ added in v1.0.1
func (*ChainId) AsBuilder ¶ added in v1.0.1
func (s *ChainId) AsBuilder() ChainIdBuilder
func (*ChainId) CountExtraFields ¶ added in v1.0.1
func (*ChainId) FieldCount ¶ added in v1.0.1
func (*ChainId) HasExtraFields ¶ added in v1.0.1
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 CharsFromSliceUnchecked ¶
func (*Chars) AsBuilder ¶
func (s *Chars) AsBuilder() CharsBuilder
type CharsBuilder ¶
type CharsBuilder struct {
// contains filtered or unexported fields
}
func NewCharsBuilder ¶
func NewCharsBuilder() *CharsBuilder
func (*CharsBuilder) Build ¶
func (s *CharsBuilder) Build() Chars
func (*CharsBuilder) Extend ¶
func (s *CharsBuilder) Extend(iter []Bytes) *CharsBuilder
func (*CharsBuilder) Push ¶
func (s *CharsBuilder) Push(v Bytes) *CharsBuilder
func (*CharsBuilder) Set ¶
func (s *CharsBuilder) Set(v []Bytes) *CharsBuilder
type ConfigCellAccount ¶
type ConfigCellAccount struct {
// contains filtered or unexported fields
}
func ConfigCellAccountDefault ¶
func ConfigCellAccountDefault() ConfigCellAccount
func ConfigCellAccountFromSlice ¶
func ConfigCellAccountFromSlice(slice []byte, compatible bool) (*ConfigCellAccount, error)
func ConfigCellAccountFromSliceUnchecked ¶
func ConfigCellAccountFromSliceUnchecked(slice []byte) *ConfigCellAccount
func (*ConfigCellAccount) AsBuilder ¶
func (s *ConfigCellAccount) AsBuilder() ConfigCellAccountBuilder
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 (s *ConfigCellAccountBuilder) BasicCapacity(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) Build ¶
func (s *ConfigCellAccountBuilder) Build() ConfigCellAccount
func (*ConfigCellAccountBuilder) CommonFee ¶
func (s *ConfigCellAccountBuilder) CommonFee(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) CommonThrottle ¶
func (s *ConfigCellAccountBuilder) CommonThrottle(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) EditManagerFee ¶
func (s *ConfigCellAccountBuilder) EditManagerFee(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) EditManagerThrottle ¶
func (s *ConfigCellAccountBuilder) EditManagerThrottle(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) EditRecordsFee ¶
func (s *ConfigCellAccountBuilder) EditRecordsFee(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) EditRecordsThrottle ¶
func (s *ConfigCellAccountBuilder) EditRecordsThrottle(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) ExpirationGracePeriod ¶
func (s *ConfigCellAccountBuilder) ExpirationGracePeriod(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) MaxLength ¶
func (s *ConfigCellAccountBuilder) MaxLength(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) PreparedFeeCapacity ¶
func (s *ConfigCellAccountBuilder) PreparedFeeCapacity(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) RecordMinTtl ¶
func (s *ConfigCellAccountBuilder) RecordMinTtl(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) RecordSizeLimit ¶
func (s *ConfigCellAccountBuilder) RecordSizeLimit(v Uint32) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) TransferAccountFee ¶
func (s *ConfigCellAccountBuilder) TransferAccountFee(v Uint64) *ConfigCellAccountBuilder
func (*ConfigCellAccountBuilder) TransferAccountThrottle ¶
func (s *ConfigCellAccountBuilder) TransferAccountThrottle(v Uint32) *ConfigCellAccountBuilder
type ConfigCellApply ¶
type ConfigCellApply struct {
// contains filtered or unexported fields
}
func ConfigCellApplyDefault ¶
func ConfigCellApplyDefault() ConfigCellApply
func ConfigCellApplyFromSlice ¶
func ConfigCellApplyFromSlice(slice []byte, compatible bool) (*ConfigCellApply, error)
func ConfigCellApplyFromSliceUnchecked ¶
func ConfigCellApplyFromSliceUnchecked(slice []byte) *ConfigCellApply
func (*ConfigCellApply) ApplyMaxWaitingBlockNumber ¶
func (s *ConfigCellApply) ApplyMaxWaitingBlockNumber() *Uint32
func (*ConfigCellApply) ApplyMinWaitingBlockNumber ¶
func (s *ConfigCellApply) ApplyMinWaitingBlockNumber() *Uint32
func (*ConfigCellApply) AsBuilder ¶
func (s *ConfigCellApply) AsBuilder() ConfigCellApplyBuilder
func (*ConfigCellApply) AsSlice ¶
func (s *ConfigCellApply) AsSlice() []byte
func (*ConfigCellApply) CountExtraFields ¶
func (s *ConfigCellApply) CountExtraFields() uint
func (*ConfigCellApply) FieldCount ¶
func (s *ConfigCellApply) FieldCount() uint
func (*ConfigCellApply) HasExtraFields ¶
func (s *ConfigCellApply) HasExtraFields() bool
func (*ConfigCellApply) IsEmpty ¶
func (s *ConfigCellApply) IsEmpty() bool
func (*ConfigCellApply) Len ¶
func (s *ConfigCellApply) Len() uint
func (*ConfigCellApply) TotalSize ¶
func (s *ConfigCellApply) TotalSize() uint
type ConfigCellApplyBuilder ¶
type ConfigCellApplyBuilder struct {
// contains filtered or unexported fields
}
func NewConfigCellApplyBuilder ¶
func NewConfigCellApplyBuilder() *ConfigCellApplyBuilder
func (*ConfigCellApplyBuilder) ApplyMaxWaitingBlockNumber ¶
func (s *ConfigCellApplyBuilder) ApplyMaxWaitingBlockNumber(v Uint32) *ConfigCellApplyBuilder
func (*ConfigCellApplyBuilder) ApplyMinWaitingBlockNumber ¶
func (s *ConfigCellApplyBuilder) ApplyMinWaitingBlockNumber(v Uint32) *ConfigCellApplyBuilder
func (*ConfigCellApplyBuilder) Build ¶
func (s *ConfigCellApplyBuilder) Build() ConfigCellApply
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 (s *ConfigCellIncome) AsBuilder() ConfigCellIncomeBuilder
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 (s *ConfigCellIncomeBuilder) BasicCapacity(v Uint64) *ConfigCellIncomeBuilder
func (*ConfigCellIncomeBuilder) Build ¶
func (s *ConfigCellIncomeBuilder) Build() ConfigCellIncome
func (*ConfigCellIncomeBuilder) MaxRecords ¶
func (s *ConfigCellIncomeBuilder) MaxRecords(v Uint32) *ConfigCellIncomeBuilder
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 (s *ConfigCellMainBuilder) Build() ConfigCellMain
func (*ConfigCellMainBuilder) DasLockOutPointTable ¶
func (s *ConfigCellMainBuilder) DasLockOutPointTable(v DasLockOutPointTable) *ConfigCellMainBuilder
func (*ConfigCellMainBuilder) DasLockTypeIdTable ¶ added in v1.0.1
func (s *ConfigCellMainBuilder) DasLockTypeIdTable(v DasLockTypeIdTable) *ConfigCellMainBuilder
func (*ConfigCellMainBuilder) Status ¶
func (s *ConfigCellMainBuilder) Status(v Uint8) *ConfigCellMainBuilder
func (*ConfigCellMainBuilder) TypeIdTable ¶
func (s *ConfigCellMainBuilder) TypeIdTable(v TypeIdTable) *ConfigCellMainBuilder
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 (s *ConfigCellPriceBuilder) Build() ConfigCellPrice
func (*ConfigCellPriceBuilder) Discount ¶
func (s *ConfigCellPriceBuilder) Discount(v DiscountConfig) *ConfigCellPriceBuilder
func (*ConfigCellPriceBuilder) Prices ¶
func (s *ConfigCellPriceBuilder) Prices(v PriceConfigList) *ConfigCellPriceBuilder
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 (s *ConfigCellProfitRate) AsBuilder() ConfigCellProfitRateBuilder
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 (s *ConfigCellProfitRateBuilder) AuctionBidderChannel(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) AuctionBidderInviter ¶
func (s *ConfigCellProfitRateBuilder) AuctionBidderInviter(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) AuctionDas ¶
func (s *ConfigCellProfitRateBuilder) AuctionDas(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) AuctionPrevBidder ¶
func (s *ConfigCellProfitRateBuilder) AuctionPrevBidder(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) Build ¶
func (s *ConfigCellProfitRateBuilder) Build() ConfigCellProfitRate
func (*ConfigCellProfitRateBuilder) Channel ¶
func (s *ConfigCellProfitRateBuilder) Channel(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) IncomeConsolidate ¶
func (s *ConfigCellProfitRateBuilder) IncomeConsolidate(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) Inviter ¶
func (s *ConfigCellProfitRateBuilder) Inviter(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) ProposalConfirm ¶
func (s *ConfigCellProfitRateBuilder) ProposalConfirm(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) ProposalCreate ¶
func (s *ConfigCellProfitRateBuilder) ProposalCreate(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) SaleBuyerChannel ¶
func (s *ConfigCellProfitRateBuilder) SaleBuyerChannel(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) SaleBuyerInviter ¶
func (s *ConfigCellProfitRateBuilder) SaleBuyerInviter(v Uint32) *ConfigCellProfitRateBuilder
func (*ConfigCellProfitRateBuilder) SaleDas ¶
func (s *ConfigCellProfitRateBuilder) SaleDas(v Uint32) *ConfigCellProfitRateBuilder
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 (s *ConfigCellProposal) AsBuilder() ConfigCellProposalBuilder
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 (s *ConfigCellProposalBuilder) Build() ConfigCellProposal
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 (s *ConfigCellRelease) AsBuilder() ConfigCellReleaseBuilder
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 (s *ConfigCellReleaseBuilder) Build() ConfigCellRelease
func (*ConfigCellReleaseBuilder) LuckyNumber ¶
func (s *ConfigCellReleaseBuilder) LuckyNumber(v Uint32) *ConfigCellReleaseBuilder
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 (s *ConfigCellReverseResolution) AsBuilder() ConfigCellReverseResolutionBuilder
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 (s *ConfigCellReverseResolution) Len() uint
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 (s *ConfigCellReverseResolutionBuilder) Build() ConfigCellReverseResolution
func (*ConfigCellReverseResolutionBuilder) CommonFee ¶
func (s *ConfigCellReverseResolutionBuilder) CommonFee(v Uint64) *ConfigCellReverseResolutionBuilder
func (*ConfigCellReverseResolutionBuilder) RecordBasicCapacity ¶
func (s *ConfigCellReverseResolutionBuilder) RecordBasicCapacity(v Uint64) *ConfigCellReverseResolutionBuilder
func (*ConfigCellReverseResolutionBuilder) RecordPreparedFeeCapacity ¶
func (s *ConfigCellReverseResolutionBuilder) RecordPreparedFeeCapacity(v Uint64) *ConfigCellReverseResolutionBuilder
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 (s *ConfigCellSecondaryMarket) AsBuilder() ConfigCellSecondaryMarketBuilder
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 (s *ConfigCellSecondaryMarket) Len() uint
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 (s *ConfigCellSecondaryMarketBuilder) AuctionCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
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 (s *ConfigCellSecondaryMarketBuilder) AuctionMinOpeningPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) Build ¶
func (s *ConfigCellSecondaryMarketBuilder) Build() ConfigCellSecondaryMarket
func (*ConfigCellSecondaryMarketBuilder) CommonFee ¶
func (s *ConfigCellSecondaryMarketBuilder) CommonFee(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) OfferCellBasicCapacity ¶
func (s *ConfigCellSecondaryMarketBuilder) OfferCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) OfferCellPreparedFeeCapacity ¶
func (s *ConfigCellSecondaryMarketBuilder) OfferCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) OfferMessageBytesLimit ¶
func (s *ConfigCellSecondaryMarketBuilder) OfferMessageBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) OfferMinPrice ¶
func (s *ConfigCellSecondaryMarketBuilder) OfferMinPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) SaleCellBasicCapacity ¶
func (s *ConfigCellSecondaryMarketBuilder) SaleCellBasicCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) SaleCellPreparedFeeCapacity ¶
func (s *ConfigCellSecondaryMarketBuilder) SaleCellPreparedFeeCapacity(v Uint64) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) SaleDescriptionBytesLimit ¶
func (s *ConfigCellSecondaryMarketBuilder) SaleDescriptionBytesLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) SaleExpirationLimit ¶
func (s *ConfigCellSecondaryMarketBuilder) SaleExpirationLimit(v Uint32) *ConfigCellSecondaryMarketBuilder
func (*ConfigCellSecondaryMarketBuilder) SaleMinPrice ¶
func (s *ConfigCellSecondaryMarketBuilder) SaleMinPrice(v Uint64) *ConfigCellSecondaryMarketBuilder
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 (s *ConfigCellSubAccount) AsBuilder() ConfigCellSubAccountBuilder
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 (s *ConfigCellSubAccountBuilder) BasicCapacity(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) Build ¶
func (s *ConfigCellSubAccountBuilder) Build() ConfigCellSubAccount
func (*ConfigCellSubAccountBuilder) CommonFee ¶
func (s *ConfigCellSubAccountBuilder) CommonFee(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) CreateFee ¶
func (s *ConfigCellSubAccountBuilder) CreateFee(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) EditFee ¶
func (s *ConfigCellSubAccountBuilder) EditFee(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) NewSubAccountCustomPriceDasProfitRate ¶
func (s *ConfigCellSubAccountBuilder) NewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) NewSubAccountPrice ¶
func (s *ConfigCellSubAccountBuilder) NewSubAccountPrice(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) PreparedFeeCapacity ¶
func (s *ConfigCellSubAccountBuilder) PreparedFeeCapacity(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) RecycleFee ¶
func (s *ConfigCellSubAccountBuilder) RecycleFee(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) RenewFee ¶
func (s *ConfigCellSubAccountBuilder) RenewFee(v Uint64) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) RenewSubAccountCustomPriceDasProfitRate ¶
func (s *ConfigCellSubAccountBuilder) RenewSubAccountCustomPriceDasProfitRate(v Uint32) *ConfigCellSubAccountBuilder
func (*ConfigCellSubAccountBuilder) RenewSubAccountPrice ¶
func (s *ConfigCellSubAccountBuilder) RenewSubAccountPrice(v Uint64) *ConfigCellSubAccountBuilder
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 (s *ConfigCellSystemStatus) AsBuilder() ConfigCellSystemStatusBuilder
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 (s *ConfigCellSystemStatusBuilder) AccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) AccountSaleCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) AccountSaleCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) ApplyRegisterCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) ApplyRegisterCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) BalanceCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) BalanceCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) Build ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) Build() ConfigCellSystemStatus
func (*ConfigCellSystemStatusBuilder) ConfigCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) ConfigCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) Eip712Lib ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) Eip712Lib(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) IncomeCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) IncomeCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) OfferCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) OfferCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) PreAccountCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) PreAccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) ProposalCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) ProposalCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) ReverseRecordCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) ReverseRecordCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) ReverseRecordRootCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) ReverseRecordRootCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
func (*ConfigCellSystemStatusBuilder) SubAccountCellType ¶ added in v1.0.1
func (s *ConfigCellSystemStatusBuilder) SubAccountCellType(v ContractStatus) *ConfigCellSystemStatusBuilder
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 (s *ContractStatusBuilder) Build() ContractStatus
func (*ContractStatusBuilder) Status ¶ added in v1.0.1
func (s *ContractStatusBuilder) Status(v Byte) *ContractStatusBuilder
func (*ContractStatusBuilder) Version ¶ added in v1.0.1
func (s *ContractStatusBuilder) Version(v Bytes) *ContractStatusBuilder
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 (s *DasLockOutPointTable) AsBuilder() DasLockOutPointTableBuilder
func (*DasLockOutPointTable) AsSlice ¶
func (s *DasLockOutPointTable) AsSlice() []byte
func (*DasLockOutPointTable) CkbAnyoneCanPay ¶
func (s *DasLockOutPointTable) CkbAnyoneCanPay() *OutPoint
func (*DasLockOutPointTable) CkbMultisign ¶
func (s *DasLockOutPointTable) CkbMultisign() *OutPoint
func (*DasLockOutPointTable) CkbSignall ¶
func (s *DasLockOutPointTable) CkbSignall() *OutPoint
func (*DasLockOutPointTable) CountExtraFields ¶
func (s *DasLockOutPointTable) CountExtraFields() uint
func (*DasLockOutPointTable) Ed25519 ¶
func (s *DasLockOutPointTable) Ed25519() *OutPoint
func (*DasLockOutPointTable) Eth ¶
func (s *DasLockOutPointTable) Eth() *OutPoint
func (*DasLockOutPointTable) FieldCount ¶
func (s *DasLockOutPointTable) FieldCount() uint
func (*DasLockOutPointTable) HasExtraFields ¶
func (s *DasLockOutPointTable) HasExtraFields() bool
func (*DasLockOutPointTable) IsEmpty ¶
func (s *DasLockOutPointTable) IsEmpty() bool
func (*DasLockOutPointTable) Len ¶
func (s *DasLockOutPointTable) Len() uint
func (*DasLockOutPointTable) TotalSize ¶
func (s *DasLockOutPointTable) TotalSize() uint
func (*DasLockOutPointTable) Tron ¶
func (s *DasLockOutPointTable) Tron() *OutPoint
type DasLockOutPointTableBuilder ¶
type DasLockOutPointTableBuilder struct {
// contains filtered or unexported fields
}
func NewDasLockOutPointTableBuilder ¶
func NewDasLockOutPointTableBuilder() *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) Build ¶
func (s *DasLockOutPointTableBuilder) Build() DasLockOutPointTable
func (*DasLockOutPointTableBuilder) CkbAnyoneCanPay ¶
func (s *DasLockOutPointTableBuilder) CkbAnyoneCanPay(v OutPoint) *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) CkbMultisign ¶
func (s *DasLockOutPointTableBuilder) CkbMultisign(v OutPoint) *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) CkbSignall ¶
func (s *DasLockOutPointTableBuilder) CkbSignall(v OutPoint) *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) Ed25519 ¶
func (s *DasLockOutPointTableBuilder) Ed25519(v OutPoint) *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) Eth ¶
func (s *DasLockOutPointTableBuilder) Eth(v OutPoint) *DasLockOutPointTableBuilder
func (*DasLockOutPointTableBuilder) Tron ¶
func (s *DasLockOutPointTableBuilder) Tron(v OutPoint) *DasLockOutPointTableBuilder
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 (s *DasLockTypeIdTable) AsBuilder() DasLockTypeIdTableBuilder
func (*DasLockTypeIdTable) AsSlice ¶ added in v1.0.1
func (s *DasLockTypeIdTable) AsSlice() []byte
func (*DasLockTypeIdTable) CkbMultisig ¶ added in v1.0.1
func (s *DasLockTypeIdTable) CkbMultisig() *Hash
func (*DasLockTypeIdTable) CkbSignhash ¶ added in v1.0.1
func (s *DasLockTypeIdTable) CkbSignhash() *Hash
func (*DasLockTypeIdTable) CountExtraFields ¶ added in v1.0.1
func (s *DasLockTypeIdTable) CountExtraFields() uint
func (*DasLockTypeIdTable) Doge ¶ added in v1.0.1
func (s *DasLockTypeIdTable) Doge() *Hash
func (*DasLockTypeIdTable) Ed25519 ¶ added in v1.0.1
func (s *DasLockTypeIdTable) Ed25519() *Hash
func (*DasLockTypeIdTable) Eth ¶ added in v1.0.1
func (s *DasLockTypeIdTable) Eth() *Hash
func (*DasLockTypeIdTable) FieldCount ¶ added in v1.0.1
func (s *DasLockTypeIdTable) FieldCount() uint
func (*DasLockTypeIdTable) HasExtraFields ¶ added in v1.0.1
func (s *DasLockTypeIdTable) HasExtraFields() bool
func (*DasLockTypeIdTable) IsEmpty ¶ added in v1.0.1
func (s *DasLockTypeIdTable) IsEmpty() bool
func (*DasLockTypeIdTable) Len ¶ added in v1.0.1
func (s *DasLockTypeIdTable) Len() uint
func (*DasLockTypeIdTable) TotalSize ¶ added in v1.0.1
func (s *DasLockTypeIdTable) TotalSize() uint
func (*DasLockTypeIdTable) Tron ¶ added in v1.0.1
func (s *DasLockTypeIdTable) Tron() *Hash
type DasLockTypeIdTableBuilder ¶ added in v1.0.1
type DasLockTypeIdTableBuilder struct {
// contains filtered or unexported fields
}
func NewDasLockTypeIdTableBuilder ¶ added in v1.0.1
func NewDasLockTypeIdTableBuilder() *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) Build ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) Build() DasLockTypeIdTable
func (*DasLockTypeIdTableBuilder) CkbMultisig ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) CkbMultisig(v Hash) *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) CkbSignhash ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) CkbSignhash(v Hash) *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) Doge ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) Doge(v Hash) *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) Ed25519 ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) Ed25519(v Hash) *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) Eth ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) Eth(v Hash) *DasLockTypeIdTableBuilder
func (*DasLockTypeIdTableBuilder) Tron ¶ added in v1.0.1
func (s *DasLockTypeIdTableBuilder) Tron(v Hash) *DasLockTypeIdTableBuilder
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func DataDefault ¶
func DataDefault() Data
func DataFromSliceUnchecked ¶
func (*Data) AsBuilder ¶
func (s *Data) AsBuilder() DataBuilder
func (*Data) CountExtraFields ¶
func (*Data) Dep ¶
func (s *Data) Dep() *DataEntityOpt
func (*Data) FieldCount ¶
func (*Data) HasExtraFields ¶
func (*Data) New ¶
func (s *Data) New() *DataEntityOpt
func (*Data) Old ¶
func (s *Data) Old() *DataEntityOpt
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 (s *DataBuilder) Dep(v DataEntityOpt) *DataBuilder
func (*DataBuilder) New ¶
func (s *DataBuilder) New(v DataEntityOpt) *DataBuilder
func (*DataBuilder) Old ¶
func (s *DataBuilder) Old(v DataEntityOpt) *DataBuilder
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 (s *DataEntityBuilder) Entity(v Bytes) *DataEntityBuilder
func (*DataEntityBuilder) Index ¶
func (s *DataEntityBuilder) Index(v Uint32) *DataEntityBuilder
func (*DataEntityBuilder) Version ¶
func (s *DataEntityBuilder) Version(v Uint32) *DataEntityBuilder
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 (s *DataEntityOptBuilder) Build() DataEntityOpt
func (*DataEntityOptBuilder) Set ¶
func (s *DataEntityOptBuilder) Set(v DataEntity) *DataEntityOptBuilder
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 (s *DiscountConfigBuilder) Build() DiscountConfig
func (*DiscountConfigBuilder) InvitedDiscount ¶
func (s *DiscountConfigBuilder) InvitedDiscount(v Uint32) *DiscountConfigBuilder
type Hash ¶
type Hash struct {
// contains filtered or unexported fields
}
func GoHexToMoleculeHash ¶
func HashDefault ¶
func HashDefault() Hash
func HashFromSliceUnchecked ¶
func (*Hash) AsBuilder ¶
func (s *Hash) AsBuilder() HashBuilder
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 (s *IncomeCellDataBuilder) Build() IncomeCellData
func (*IncomeCellDataBuilder) Creator ¶
func (s *IncomeCellDataBuilder) Creator(v Script) *IncomeCellDataBuilder
func (*IncomeCellDataBuilder) Records ¶
func (s *IncomeCellDataBuilder) Records(v IncomeRecords) *IncomeCellDataBuilder
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 (s *IncomeRecordBuilder) BelongTo(v Script) *IncomeRecordBuilder
func (*IncomeRecordBuilder) Build ¶
func (s *IncomeRecordBuilder) Build() IncomeRecord
func (*IncomeRecordBuilder) Capacity ¶
func (s *IncomeRecordBuilder) Capacity(v Uint64) *IncomeRecordBuilder
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 (s *IncomeRecordsBuilder) Build() IncomeRecords
func (*IncomeRecordsBuilder) Extend ¶
func (s *IncomeRecordsBuilder) Extend(iter []IncomeRecord) *IncomeRecordsBuilder
func (*IncomeRecordsBuilder) Push ¶
func (s *IncomeRecordsBuilder) Push(v IncomeRecord) *IncomeRecordsBuilder
func (*IncomeRecordsBuilder) Set ¶
func (s *IncomeRecordsBuilder) Set(v []IncomeRecord) *IncomeRecordsBuilder
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 (s *OfferCellDataBuilder) Account(v Bytes) *OfferCellDataBuilder
func (*OfferCellDataBuilder) Build ¶
func (s *OfferCellDataBuilder) Build() OfferCellData
func (*OfferCellDataBuilder) ChannelLock ¶
func (s *OfferCellDataBuilder) ChannelLock(v Script) *OfferCellDataBuilder
func (*OfferCellDataBuilder) InviterLock ¶
func (s *OfferCellDataBuilder) InviterLock(v Script) *OfferCellDataBuilder
func (*OfferCellDataBuilder) Message ¶
func (s *OfferCellDataBuilder) Message(v Bytes) *OfferCellDataBuilder
func (*OfferCellDataBuilder) Price ¶
func (s *OfferCellDataBuilder) Price(v Uint64) *OfferCellDataBuilder
type OutPoint ¶
type OutPoint struct {
// contains filtered or unexported fields
}
func OutPointDefault ¶
func OutPointDefault() OutPoint
func (*OutPoint) AsBuilder ¶
func (s *OutPoint) AsBuilder() OutPointBuilder
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 (s *PreAccountCellData) AsBuilder() PreAccountCellDataBuilder
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 (s *PreAccountCellDataBuilder) Account(v AccountChars) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) Build ¶
func (s *PreAccountCellDataBuilder) Build() PreAccountCellData
func (*PreAccountCellDataBuilder) ChannelLock ¶
func (s *PreAccountCellDataBuilder) ChannelLock(v ScriptOpt) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) CreatedAt ¶
func (s *PreAccountCellDataBuilder) CreatedAt(v Uint64) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) InitialCrossChain ¶ added in v1.0.1
func (s *PreAccountCellDataBuilder) InitialCrossChain(v ChainId) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) InitialRecords ¶ added in v1.0.1
func (s *PreAccountCellDataBuilder) InitialRecords(v Records) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) InvitedDiscount ¶
func (s *PreAccountCellDataBuilder) InvitedDiscount(v Uint32) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) InviterId ¶
func (s *PreAccountCellDataBuilder) InviterId(v Bytes) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) InviterLock ¶
func (s *PreAccountCellDataBuilder) InviterLock(v ScriptOpt) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) OwnerLockArgs ¶
func (s *PreAccountCellDataBuilder) OwnerLockArgs(v Bytes) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) Price ¶
func (s *PreAccountCellDataBuilder) Price(v PriceConfig) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) Quote ¶
func (s *PreAccountCellDataBuilder) Quote(v Uint64) *PreAccountCellDataBuilder
func (*PreAccountCellDataBuilder) RefundLock ¶
func (s *PreAccountCellDataBuilder) RefundLock(v Script) *PreAccountCellDataBuilder
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 (s *PreAccountCellDataV1) AsBuilder() PreAccountCellDataV1Builder
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 (s *PreAccountCellDataV1Builder) Account(v AccountChars) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) Build ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) Build() PreAccountCellDataV1
func (*PreAccountCellDataV1Builder) ChannelLock ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) ChannelLock(v ScriptOpt) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) CreatedAt ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) CreatedAt(v Uint64) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) InvitedDiscount ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) InvitedDiscount(v Uint32) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) InviterId ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) InviterId(v Bytes) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) InviterLock ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) InviterLock(v ScriptOpt) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) OwnerLockArgs ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) OwnerLockArgs(v Bytes) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) Price ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) Price(v PriceConfig) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) Quote ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) Quote(v Uint64) *PreAccountCellDataV1Builder
func (*PreAccountCellDataV1Builder) RefundLock ¶ added in v1.0.1
func (s *PreAccountCellDataV1Builder) RefundLock(v Script) *PreAccountCellDataV1Builder
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 (s *PreAccountCellDataV2) AsBuilder() PreAccountCellDataV2Builder
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 (s *PreAccountCellDataV2Builder) Account(v AccountChars) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) Build ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) Build() PreAccountCellDataV2
func (*PreAccountCellDataV2Builder) ChannelLock ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) ChannelLock(v ScriptOpt) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) CreatedAt ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) CreatedAt(v Uint64) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) InitialRecords ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) InitialRecords(v Records) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) InvitedDiscount ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) InvitedDiscount(v Uint32) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) InviterId ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) InviterId(v Bytes) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) InviterLock ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) InviterLock(v ScriptOpt) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) OwnerLockArgs ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) OwnerLockArgs(v Bytes) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) Price ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) Price(v PriceConfig) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) Quote ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) Quote(v Uint64) *PreAccountCellDataV2Builder
func (*PreAccountCellDataV2Builder) RefundLock ¶ added in v1.0.1
func (s *PreAccountCellDataV2Builder) RefundLock(v Script) *PreAccountCellDataV2Builder
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 (s *PriceConfigBuilder) Length(v Uint8) *PriceConfigBuilder
func (*PriceConfigBuilder) New ¶
func (s *PriceConfigBuilder) New(v Uint64) *PriceConfigBuilder
func (*PriceConfigBuilder) Renew ¶
func (s *PriceConfigBuilder) Renew(v Uint64) *PriceConfigBuilder
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 (s *PriceConfigListBuilder) Build() PriceConfigList
func (*PriceConfigListBuilder) Extend ¶
func (s *PriceConfigListBuilder) Extend(iter []PriceConfig) *PriceConfigListBuilder
func (*PriceConfigListBuilder) Push ¶
func (s *PriceConfigListBuilder) Push(v PriceConfig) *PriceConfigListBuilder
func (*PriceConfigListBuilder) Set ¶
func (s *PriceConfigListBuilder) Set(v []PriceConfig) *PriceConfigListBuilder
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 (s *ProposalCellData) AsBuilder() ProposalCellDataBuilder
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 (s *ProposalCellDataBuilder) Build() ProposalCellData
func (*ProposalCellDataBuilder) CreatedAtHeight ¶
func (s *ProposalCellDataBuilder) CreatedAtHeight(v Uint64) *ProposalCellDataBuilder
func (*ProposalCellDataBuilder) ProposerLock ¶
func (s *ProposalCellDataBuilder) ProposerLock(v Script) *ProposalCellDataBuilder
func (*ProposalCellDataBuilder) Slices ¶
func (s *ProposalCellDataBuilder) Slices(v SliceList) *ProposalCellDataBuilder
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 (s *ProposalItemBuilder) AccountId(v AccountId) *ProposalItemBuilder
func (*ProposalItemBuilder) Build ¶
func (s *ProposalItemBuilder) Build() ProposalItem
func (*ProposalItemBuilder) ItemType ¶
func (s *ProposalItemBuilder) ItemType(v Uint8) *ProposalItemBuilder
func (*ProposalItemBuilder) Next ¶
func (s *ProposalItemBuilder) Next(v AccountId) *ProposalItemBuilder
type Record ¶
type Record struct {
// contains filtered or unexported fields
}
func RecordDefault ¶
func RecordDefault() Record
func (*Record) AsBuilder ¶
func (s *Record) AsBuilder() RecordBuilder
func (*Record) CountExtraFields ¶
func (*Record) FieldCount ¶
func (*Record) HasExtraFields ¶
func (*Record) RecordLabel ¶
func (*Record) RecordType ¶
func (*Record) RecordValue ¶
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 (*Records) AsBuilder ¶
func (s *Records) AsBuilder() RecordsBuilder
type RecordsBuilder ¶
type RecordsBuilder struct {
// contains filtered or unexported fields
}
func NewRecordsBuilder ¶
func NewRecordsBuilder() *RecordsBuilder
func (*RecordsBuilder) Build ¶
func (s *RecordsBuilder) Build() Records
func (*RecordsBuilder) Extend ¶
func (s *RecordsBuilder) Extend(iter []Record) *RecordsBuilder
func (*RecordsBuilder) Push ¶
func (s *RecordsBuilder) Push(v Record) *RecordsBuilder
func (*RecordsBuilder) Set ¶
func (s *RecordsBuilder) Set(v []Record) *RecordsBuilder
type SL ¶
type SL struct {
// contains filtered or unexported fields
}
func SLFromSliceUnchecked ¶
func (*SL) Get ¶
func (s *SL) Get(index uint) *ProposalItem
if *ProposalItem is nil, index is out of bounds
type SLBuilder ¶
type SLBuilder struct {
// contains filtered or unexported fields
}
func NewSLBuilder ¶
func NewSLBuilder() *SLBuilder
func (*SLBuilder) Extend ¶
func (s *SLBuilder) Extend(iter []ProposalItem) *SLBuilder
func (*SLBuilder) Push ¶
func (s *SLBuilder) Push(v ProposalItem) *SLBuilder
func (*SLBuilder) Set ¶
func (s *SLBuilder) Set(v []ProposalItem) *SLBuilder
type Script ¶
type Script struct {
// contains filtered or unexported fields
}
func ScriptDefault ¶
func ScriptDefault() Script
func (*Script) AsBuilder ¶
func (s *Script) AsBuilder() ScriptBuilder
func (*Script) CountExtraFields ¶
func (*Script) FieldCount ¶
func (*Script) HasExtraFields ¶
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 (*ScriptOpt) AsBuilder ¶
func (s *ScriptOpt) AsBuilder() ScriptOptBuilder
func (*ScriptOpt) IntoScript ¶
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 ¶
func (s *ScriptOptBuilder) Set(v Script) *ScriptOptBuilder
type SliceList ¶
type SliceList struct {
// contains filtered or unexported fields
}
func SliceListDefault ¶
func SliceListDefault() SliceList
func SliceListFromSlice ¶
func (*SliceList) AsBuilder ¶
func (s *SliceList) AsBuilder() SliceListBuilder
type SliceListBuilder ¶
type SliceListBuilder struct {
// contains filtered or unexported fields
}
func NewSliceListBuilder ¶
func NewSliceListBuilder() *SliceListBuilder
func (*SliceListBuilder) Build ¶
func (s *SliceListBuilder) Build() SliceList
func (*SliceListBuilder) Extend ¶
func (s *SliceListBuilder) Extend(iter []SL) *SliceListBuilder
func (*SliceListBuilder) Push ¶
func (s *SliceListBuilder) Push(v SL) *SliceListBuilder
func (*SliceListBuilder) Set ¶
func (s *SliceListBuilder) Set(v []SL) *SliceListBuilder
type SubAccount ¶
type SubAccount struct {
// contains filtered or unexported fields
}
func SubAccountDefault ¶
func SubAccountDefault() SubAccount
func SubAccountFromSlice ¶
func SubAccountFromSlice(slice []byte, compatible bool) (*SubAccount, error)
func SubAccountFromSliceUnchecked ¶
func SubAccountFromSliceUnchecked(slice []byte) *SubAccount
func (*SubAccount) Account ¶
func (s *SubAccount) Account() *AccountChars
func (*SubAccount) AsBuilder ¶
func (s *SubAccount) AsBuilder() SubAccountBuilder
func (*SubAccount) AsSlice ¶
func (s *SubAccount) AsSlice() []byte
func (*SubAccount) CountExtraFields ¶
func (s *SubAccount) CountExtraFields() uint
func (*SubAccount) EnableSubAccount ¶
func (s *SubAccount) EnableSubAccount() *Uint8
func (*SubAccount) ExpiredAt ¶
func (s *SubAccount) ExpiredAt() *Uint64
func (*SubAccount) FieldCount ¶
func (s *SubAccount) FieldCount() uint
func (*SubAccount) HasExtraFields ¶
func (s *SubAccount) HasExtraFields() bool
func (*SubAccount) Id ¶
func (s *SubAccount) Id() *AccountId
func (*SubAccount) IsEmpty ¶
func (s *SubAccount) IsEmpty() bool
func (*SubAccount) Len ¶
func (s *SubAccount) Len() uint
func (*SubAccount) Lock ¶
func (s *SubAccount) Lock() *Script
func (*SubAccount) Nonce ¶
func (s *SubAccount) Nonce() *Uint64
func (*SubAccount) Records ¶
func (s *SubAccount) Records() *Records
func (*SubAccount) RegisteredAt ¶
func (s *SubAccount) RegisteredAt() *Uint64
func (*SubAccount) RenewSubAccountPrice ¶
func (s *SubAccount) RenewSubAccountPrice() *Uint64
func (*SubAccount) Status ¶
func (s *SubAccount) Status() *Uint8
func (*SubAccount) Suffix ¶
func (s *SubAccount) Suffix() *Bytes
func (*SubAccount) TotalSize ¶
func (s *SubAccount) TotalSize() uint
type SubAccountBuilder ¶
type SubAccountBuilder struct {
// contains filtered or unexported fields
}
func NewSubAccountBuilder ¶
func NewSubAccountBuilder() *SubAccountBuilder
func (*SubAccountBuilder) Account ¶
func (s *SubAccountBuilder) Account(v AccountChars) *SubAccountBuilder
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 (s *SubAccountBuilder) Id(v AccountId) *SubAccountBuilder
func (*SubAccountBuilder) Lock ¶
func (s *SubAccountBuilder) Lock(v Script) *SubAccountBuilder
func (*SubAccountBuilder) Nonce ¶
func (s *SubAccountBuilder) Nonce(v Uint64) *SubAccountBuilder
func (*SubAccountBuilder) Records ¶
func (s *SubAccountBuilder) Records(v Records) *SubAccountBuilder
func (*SubAccountBuilder) RegisteredAt ¶
func (s *SubAccountBuilder) RegisteredAt(v Uint64) *SubAccountBuilder
func (*SubAccountBuilder) RenewSubAccountPrice ¶
func (s *SubAccountBuilder) RenewSubAccountPrice(v Uint64) *SubAccountBuilder
func (*SubAccountBuilder) Status ¶
func (s *SubAccountBuilder) Status(v Uint8) *SubAccountBuilder
func (*SubAccountBuilder) Suffix ¶
func (s *SubAccountBuilder) Suffix(v Bytes) *SubAccountBuilder
type TypeIdTable ¶
type TypeIdTable struct {
// contains filtered or unexported fields
}
func TypeIdTableDefault ¶
func TypeIdTableDefault() TypeIdTable
func TypeIdTableFromSlice ¶
func TypeIdTableFromSlice(slice []byte, compatible bool) (*TypeIdTable, error)
func TypeIdTableFromSliceUnchecked ¶
func TypeIdTableFromSliceUnchecked(slice []byte) *TypeIdTable
func (*TypeIdTable) AccountAuctionCell ¶
func (s *TypeIdTable) AccountAuctionCell() *Hash
func (*TypeIdTable) AccountCell ¶
func (s *TypeIdTable) AccountCell() *Hash
func (*TypeIdTable) AccountSaleCell ¶
func (s *TypeIdTable) AccountSaleCell() *Hash
func (*TypeIdTable) ApplyRegisterCell ¶
func (s *TypeIdTable) ApplyRegisterCell() *Hash
func (*TypeIdTable) AsBuilder ¶
func (s *TypeIdTable) AsBuilder() TypeIdTableBuilder
func (*TypeIdTable) AsSlice ¶
func (s *TypeIdTable) AsSlice() []byte
func (*TypeIdTable) BalanceCell ¶
func (s *TypeIdTable) BalanceCell() *Hash
func (*TypeIdTable) CountExtraFields ¶
func (s *TypeIdTable) CountExtraFields() uint
func (*TypeIdTable) Eip712Lib ¶
func (s *TypeIdTable) Eip712Lib() *Hash
func (*TypeIdTable) FieldCount ¶
func (s *TypeIdTable) FieldCount() uint
func (*TypeIdTable) HasExtraFields ¶
func (s *TypeIdTable) HasExtraFields() bool
func (*TypeIdTable) IncomeCell ¶
func (s *TypeIdTable) IncomeCell() *Hash
func (*TypeIdTable) IsEmpty ¶
func (s *TypeIdTable) IsEmpty() bool
func (*TypeIdTable) Len ¶
func (s *TypeIdTable) Len() uint
func (*TypeIdTable) OfferCell ¶
func (s *TypeIdTable) OfferCell() *Hash
func (*TypeIdTable) PreAccountCell ¶
func (s *TypeIdTable) PreAccountCell() *Hash
func (*TypeIdTable) ProposalCell ¶
func (s *TypeIdTable) ProposalCell() *Hash
func (*TypeIdTable) ReverseRecordCell ¶
func (s *TypeIdTable) ReverseRecordCell() *Hash
func (*TypeIdTable) ReverseRecordRootCell ¶ added in v1.0.1
func (s *TypeIdTable) ReverseRecordRootCell() *Hash
func (*TypeIdTable) SubAccountCell ¶
func (s *TypeIdTable) SubAccountCell() *Hash
func (*TypeIdTable) TotalSize ¶
func (s *TypeIdTable) TotalSize() uint
type TypeIdTableBuilder ¶
type TypeIdTableBuilder struct {
// contains filtered or unexported fields
}
func NewTypeIdTableBuilder ¶
func NewTypeIdTableBuilder() *TypeIdTableBuilder
func (*TypeIdTableBuilder) AccountAuctionCell ¶
func (s *TypeIdTableBuilder) AccountAuctionCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) AccountCell ¶
func (s *TypeIdTableBuilder) AccountCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) AccountSaleCell ¶
func (s *TypeIdTableBuilder) AccountSaleCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) ApplyRegisterCell ¶
func (s *TypeIdTableBuilder) ApplyRegisterCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) BalanceCell ¶
func (s *TypeIdTableBuilder) BalanceCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) Build ¶
func (s *TypeIdTableBuilder) Build() TypeIdTable
func (*TypeIdTableBuilder) Eip712Lib ¶
func (s *TypeIdTableBuilder) Eip712Lib(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) IncomeCell ¶
func (s *TypeIdTableBuilder) IncomeCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) OfferCell ¶
func (s *TypeIdTableBuilder) OfferCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) PreAccountCell ¶
func (s *TypeIdTableBuilder) PreAccountCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) ProposalCell ¶
func (s *TypeIdTableBuilder) ProposalCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) ReverseRecordCell ¶
func (s *TypeIdTableBuilder) ReverseRecordCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) ReverseRecordRootCell ¶ added in v1.0.1
func (s *TypeIdTableBuilder) ReverseRecordRootCell(v Hash) *TypeIdTableBuilder
func (*TypeIdTableBuilder) SubAccountCell ¶
func (s *TypeIdTableBuilder) SubAccountCell(v Hash) *TypeIdTableBuilder
type Uint32 ¶
type Uint32 struct {
// contains filtered or unexported fields
}
func GoU32ToMoleculeU32 ¶
func Uint32Default ¶
func Uint32Default() Uint32
func (*Uint32) AsBuilder ¶
func (s *Uint32) AsBuilder() Uint32Builder
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 Uint64Default ¶
func Uint64Default() Uint64
func (*Uint64) AsBuilder ¶
func (s *Uint64) AsBuilder() Uint64Builder
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 Uint8Default ¶
func Uint8Default() Uint8
func Uint8FromSliceUnchecked ¶
func (*Uint8) AsBuilder ¶
func (s *Uint8) AsBuilder() Uint8Builder
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
Click to show internal directories.
Click to hide internal directories.