Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "any-ns.aa-rpc"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AAUser ¶
type AAUser struct { Address string `bson:"address"` AnyID string `bson:"any_id"` OperationsCount uint64 `bson:"operations"` }
TODO: index it
type AAUserOperation ¶ added in v0.1.0
type AAUserOperation struct { OperationID string `bson:"operation_id"` Data []byte `bson:"data"` SignedData []byte `bson:"signed_data"` Context []byte `bson:"context"` OwnerEthAddress string `bson:"owner_eth_address"` OwnerAnyID string `bson:"owner_any_id"` FullName string `bson:"full_name"` }
see nameserviceprotoюCreateUserOperationRequest
Click to show internal directories.
Click to hide internal directories.