Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arweave ¶
type Arweave struct {
// contains filtered or unexported fields
}
func (*Arweave) GetBundlrName ¶
func (*Arweave) GetPrivate ¶
type Ethereum ¶
type Ethereum struct {
// contains filtered or unexported fields
}
func (*Ethereum) GetBundlrName ¶
func (*Ethereum) GetPrivate ¶
type Matic ¶
type Matic struct {
// contains filtered or unexported fields
}
func (*Matic) GetBundlrName ¶
func (*Matic) GetPrivate ¶
type Token ¶
type Token interface {
GetBundlrName() string
GetChain() string
GetSymbol() string
GetPrivate() string
}
func NewArweave ¶
NewArweave create token object from arweave private key payload
func NewArweaveFromFile ¶
NewArweaveFromFile create token object for arweave by private key file arweave
func NewEthereum ¶
NewEthereum create ethereum token object
Click to show internal directories.
Click to hide internal directories.