Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDeploy ¶
type EventDeploy struct { Id uint64 InscriptionId ordinals.InscriptionId InscriptionNumber int64 Tick string OriginalTick string TxHash chainhash.Hash BlockHeight uint64 TxIndex uint32 Timestamp time.Time PkScript []byte SatPoint ordinals.SatPoint TotalSupply decimal.Decimal Decimals uint16 LimitPerMint decimal.Decimal IsSelfMint bool }
type EventInscribeTransfer ¶
type EventInscribeTransfer struct { Id uint64 InscriptionId ordinals.InscriptionId InscriptionNumber int64 Tick string OriginalTick string TxHash chainhash.Hash BlockHeight uint64 TxIndex uint32 Timestamp time.Time PkScript []byte SatPoint ordinals.SatPoint OutputIndex uint32 SatsAmount uint64 Amount decimal.Decimal }
type EventMint ¶
type EventMint struct { Id uint64 InscriptionId ordinals.InscriptionId InscriptionNumber int64 Tick string OriginalTick string TxHash chainhash.Hash BlockHeight uint64 TxIndex uint32 Timestamp time.Time PkScript []byte SatPoint ordinals.SatPoint Amount decimal.Decimal ParentId *ordinals.InscriptionId }
type EventTransferTransfer ¶
type EventTransferTransfer struct { Id uint64 InscriptionId ordinals.InscriptionId InscriptionNumber int64 Tick string OriginalTick string TxHash chainhash.Hash BlockHeight uint64 TxIndex uint32 Timestamp time.Time FromPkScript []byte FromSatPoint ordinals.SatPoint FromInputIndex uint32 ToPkScript []byte ToSatPoint ordinals.SatPoint ToOutputIndex uint32 SpentAsFee bool Amount decimal.Decimal }
type Flotsam ¶
type Flotsam struct { Tx *types.Transaction OriginOld *OriginOld // OriginOld and OriginNew are mutually exclusive OriginNew *OriginNew // OriginOld and OriginNew are mutually exclusive Offset uint64 InscriptionId ordinals.InscriptionId }
type IndexedBlock ¶
type IndexerState ¶
type InscriptionTransfer ¶
type InscriptionTransfer struct { InscriptionId ordinals.InscriptionId BlockHeight uint64 TxIndex uint32 TxHash chainhash.Hash Content []byte FromInputIndex uint32 OldSatPoint ordinals.SatPoint NewSatPoint ordinals.SatPoint NewPkScript []byte NewOutputValue uint64 SentAsFee bool TransferCount uint32 }
type ProcessorStats ¶
type TickEntry ¶
type TickEntry struct { Tick string OriginalTick string TotalSupply decimal.Decimal Decimals uint16 LimitPerMint decimal.Decimal IsSelfMint bool DeployInscriptionId ordinals.InscriptionId DeployedAt time.Time DeployedAtHeight uint64 MintedAmount decimal.Decimal BurnedAmount decimal.Decimal CompletedAt time.Time CompletedAtHeight uint64 }
Click to show internal directories.
Click to hide internal directories.