Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ARWEAVE_URL = "https://arweave.net" ARWEAVE_URL = "https://node2.irys.xyz" TX_APP_CONTENT_TYPE = "application/json" TX_APP_VERSION = "0.0.4" TX_APP_NAME = "VeracyApp" TX_TYPE_POST = "post" TX_TYPE_PAYMENT = "payment" TX_POST_PRIVACY_PRIVATE = "PRIVATE" TX_POST_PRIVACY_PUBLIC = "PUBLIC" TX_POST_TYPE_IMG = "IMG" TX_POST_TYPE_TEXT = "TEXT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArQueryResult ¶
type ArQueryResult struct {
Data Data `json:"data"`
}
type Data ¶
type Data struct {
Transactions Transactions `json:"transactions"`
}
type PostContent ¶
type Transactions ¶
type Transactions struct {
Edges []Edge `json:"edges"`
}
Click to show internal directories.
Click to hide internal directories.