Documentation
¶
Index ¶
Constants ¶
View Source
const ( AccountFlag = "account" ContractFlag = "contract" KeyFlag = "key" NetworkFlag = "network" NsFlag = "ns" )
Variables ¶
View Source
var NearDAEnvFlags = []string{ AccountFlag, ContractFlag, KeyFlag, NetworkFlag, NsFlag, }
NearDAEnvFlags The env flag is like prefix_flag, with all letters in uppercase.
Functions ¶
This section is empty.
Types ¶
type INearDA ¶
type INearDA interface {
Store(data []byte) ([]byte, error)
GetFromDA(frameRefBytes []byte, txIndex uint32) ([]byte, error)
}
func NewNearDAClient ¶
func NewNearDAClient(nearconf *NearDAConfig) (INearDA, error)
type NearDAClient ¶
Click to show internal directories.
Click to hide internal directories.