Graph
Introduction
InstantiateMsg
pub struct InstantiateMsg {
pub map_info: MapInfo,
pub kernel_address: String,
pub owner: Option<String>,
}{
"map_info":{
"map_size":{
"x_width": 1000,
"y_width": 1000,
"z_width": 1000
},
"allow_negative": false,
"map_decimal": 0
},
"kernel_address":"andr1..."
}Name
Type
Description
MapInfo
Name
Type
Description
MapSize
Name
Type
Description
ExecuteMsg
UpdateMap
Name
Type
Description
StoreCoordinate
Name
Type
Description
Coordinate
Name
Type
Description
StoreUserCoordinate
Name
Type
Description
DeleteUserCoordinate
Name
Type
Description
Base Executes
QueryMsg
GetMapInfo
GetMapInfoResponse
GetMaxPointNumber
GetMaxPointResponse
Name
Type
Description
GetAllPoints
Name
Type
Description
GetAllPointsResponse
GetUserCoordinate
Name
Type
Description
Base Queries
Last updated
Was this helpful?