Versions in this module Expand all Collapse all v1 v1.1.1 Nov 17, 2024 v1.1.0 Oct 25, 2024 v1.0.0 Oct 24, 2024 Changes in this version + const ArweaveSignType + const BUNDLER_HOST + const BranchNodeType + const DEFAULT_CHUNK_CONCURRENT_NUM + const ED25519SignType + const ERROR_DELAY + const EthereumSignType + const HASH_SIZE + const LeafNodeType + const MAX_CHUNKS_IN_BODY + const MAX_CHUNK_SIZE + const MIN_BUNDLE_BINARY_SIZE + const MIN_CHUNK_SIZE + const NOTE_SIZE + const PendingTxStatus + const SolanaSignType + const SuccessTxStatus + const WordBits + const WordBytes + var ErrBadGateway = errors.New("Bad Gateway") + var ErrInvalidId = errors.New("Invalid ArId") + var ErrNotFound = errors.New("Not Found") + var ErrPendingTx = errors.New("Pending") + var ErrRequestLimit = errors.New("Arweave gateway request limit") + var FATAL_CHUNK_UPLOAD_ERRORS = map[string]struct + var SigConfigMap = map[int]SigMeta + type Block struct + BlockSize interface{} + CumulativeDiff interface{} + Diff interface{} + Hash string + HashList interface{} + HashListMerkle string + Height int64 + IndepHash string + LastRetarget int64 + Nonce string + Packing25Threshold string + Poa POA + PreviousBlock string + RewardAddr string + RewardPool interface{} + ScheduledUsdToArRate []string + SizeTaggedTxs interface{} + StrictDataSplitThreshold string + Tags []interface{} + Timestamp int64 + TxRoot string + TxTree interface{} + Txs []string + UsdToArRate []string + WalletList string + WeaveSize interface{} + type Bundle struct + Binary []byte + DataReader *os.File + Items []BundleItem + type BundleItem struct + Anchor string + Binary []byte + Data string + DataReader *os.File + Id string + Owner string + Signature string + SignatureType int + Tags []Tag + TagsBy string + Target string + type BundlrResp struct + Block int64 + Id string + N string + Public string + Signature string + ValidatorSignatures []string + type Chunk struct + DataHash []byte + MaxByteRange int + MinByteRange int + type Chunks struct + Chunks []Chunk + DataRoot []byte + Proofs []*Proof + type GetChunk struct + Chunk string + DataPath string + DataRoot string + DataSize string + Offset string + func (gc *GetChunk) Marshal() ([]byte, error) + type Input map[string]interface + func (i Input) ToString() (string, error) + type NetworkInfo struct + Blocks int64 + Current string + Height int64 + Network string + NodeStateLatency int64 + Peers int64 + QueueLength int64 + Release int64 + Version int64 + type Node struct + ByteRange int + DataHash []byte + ID []byte + LeftChild *Node + MaxByteRange int + MinByteRange int + RightChild *Node + Type string + type POA struct + Chunk string + DataPath string + Option string + TxPath string + type Proof struct + Offest int + Proof []byte + type SigMeta struct + PubLength int + SigLength int + SigName string + type Tag struct + Name string + Value string + type Transaction struct + Chunks *Chunks + Data string + DataReader *os.File + DataRoot string + DataSize string + Format int + ID string + LastTx string + Owner string + Quantity string + Reward string + Signature string + Tags []Tag + Target string + type TransactionChunk struct + Chunk string + DataPath string + TxPath string + type TransactionOffset struct + Offset string + Size string + type TxStatus struct + BlockHeight int + BlockIndepHash string + NumberOfConfirmations int