Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DurinAPI ¶
type DurinAPI struct { Namespace string Version string Service *DurinService Public bool }
func NewDurinAPI ¶
func NewDurinAPI(evm transfer.OnchainAdapter, gqlClient *graphql.Client) *DurinAPI
type DurinService ¶
type DurinService struct { Adapter *transfer.OnchainAdapter GqlClient *graphql.Client }
func (*DurinService) Call ¶
func (s *DurinService) Call(to string, from string, data json.RawMessage, abis json.RawMessage) hexutil.Bytes
Click to show internal directories.
Click to hide internal directories.