Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DBadd ¶
func DBadd(pAddress *GFchainAddress, pCtx context.Context, pRuntimeSys *gf_core.Runtime_sys) *gf_core.GFerror
-------------------------------------------------
func InitHandlers ¶
-------------------------------------------------
Types ¶
type GFaddInput ¶
type GFchainAddress ¶
type GFchainAddress struct { Vstr string `bson:"v_str"` // schema_version Id primitive.ObjectID `bson:"_id,omitempty"` IDstr gf_core.GF_ID `bson:"id_str"` DeletedBool bool `bson:"deleted_bool"` CreationUNIXtimeF float64 `bson:"creation_unix_time_f"` OwnerUserIDstr gf_core.GF_ID `bson:"owner_user_id_str"` AddressStr string `bson:"address_str"` TypeStr string `bson:"type_str"` // "my" | "observed" ChainNameStr string `bson:"chain_name_str"` // "eth" | "tezos" }
-------------------------------------------------
type GFgetAllInput ¶
-------------------------------------------------
type GFgetAllOutput ¶
type GFgetAllOutput struct {
AddressesLst []string
}
Click to show internal directories.
Click to hide internal directories.