Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultGatewayURL = "https://gateway-dev.arcana.network"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAddrResp ¶
type AppAddrResp struct {
Address common.MixedcaseAddress `json:"address"`
}
type LoginRequest ¶
type StorageProvider ¶
type StorageProvider struct {
// contains filtered or unexported fields
}
func NewStorageProvider ¶
func NewStorageProvider(privateKey *ecdsa.PrivateKey, opts InitializationOptions) (*StorageProvider, error)
type SystemConfig ¶
type SystemConfig struct {
DIDContractAddr common.MixedcaseAddress `json:"DID"`
DKGContractAddr common.MixedcaseAddress `json:"DKG"`
FactoryContractAddr common.MixedcaseAddress `json:"Factory"`
ForwarderContractAddr common.MixedcaseAddress `json:"Forwarder"`
RPCURL string `json:"RPC_URL"`
}
Source Files
¶
- basics.go
- init.go
- structures.go
Click to show internal directories.
Click to hide internal directories.