Structs§
- Create
Params - struct for passing parameters to the method [
create
] - Create
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - DApp
Connections ApiClient - GetParams
- struct for passing parameters to the method [
get
] - GetParams
Builder - Use builder syntax to set the inputs and finish with
build()
. - Remove
Params - struct for passing parameters to the method [
remove
] - Remove
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Submit
Params - struct for passing parameters to the method [
submit
] - Submit
Params Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Create
Error - struct for typed errors of method [
create
] - GetError
- struct for typed errors of method [
get
] - Remove
Error - struct for typed errors of method [
remove
] - Submit
Error - struct for typed errors of method [
submit
]