Versions in this module Expand all Collapse all v0 v0.2.0 Jul 18, 2026 Changes in this version + func SaveSyncState(dir string, s SyncState) error + func TransformToEntry(in SyncTransformInput) (*model.Entry, error) + type BQInternalTx struct + Amount string + FromAddress string + ID string + IsFee bool + Memo string + Metadata []BQKeyValue + ToAddress string + TxnStatus string + type BQKeyValue struct + Key string + Value string + type BQRow struct + Amount string + BlockID string + BlockNumber string + CreatedTime time.Time + DetailsID string + Fee string + FeeAddress string + FromAddress string + InternalTxns []BQInternalTx + InvolvedAccounts []string + Logs []string + Memo []string + Metadata []BQKeyValue + SubTxnID string + ToAddress string + TokenTxns []BQTokenTxn + TxnHash string + TxnID string + TxnStatus string + type BQTokenTxn struct + Amount string + FromAddress string + ID string + IsFee bool + Memo string + Metadata []BQKeyValue + ToAddress string + TokenAddress string + TxnStatus string + type SyncState struct + LastBlockTimeUnixMs int64 + LastTxnHash string + Network string + WalletId string + func LoadSyncState(dir, walletId, network string) (SyncState, bool, error) + type SyncTransformInput struct + BlockNumber uint64 + BlockTimeUnixMs int64 + Confirmed bool + Network wallet.Network + Payload []byte + TxnHash string + Wallet *wallet.Wallet + WalletAccount string v0.1.0 Jun 23, 2026