Documentation
¶
Index ¶
Constants ¶
View Source
const ( TagAppName = "App-Name" TagAppVersion = "App-Version" TagContractTxId = "Contract" TagInput = "Input" TagContentType = "Content-Type" TagContractSrcTxId = "Contract-Src" TagSDK = "SDK" TagMinFee = "Min-Fee" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct {
Height int64 `json:"height"`
Id arweave.Base64String `json:"id"`
Timestamp int64 `json:"timestamp"`
}
type Interaction ¶
type Interaction struct {
Id arweave.Base64String `json:"id"`
Owner Owner `json:"owner"`
Recipient arweave.Base64String `json:"recipient"`
Tags []Tag `json:"tags"`
Block Block `json:"block"`
Fee Amount `json:"fee"`
Quantity Amount `json:"quantity"`
}
Click to show internal directories.
Click to hide internal directories.