A dummy resource for testing and development purposes. Can be passed along like.. ..a torch. This is not technically a tao, since it can't contain other taos.
This resource does not contain anything, and is intended to be used only for testing.
struct Torch has store, key
Fields
-
dummy_field: bool
Create a new torch
public fun new(): Torch::Torch
Specification
aborts_if false;
Destroy a torch created with new()
public fun destroy(torch: Torch::Torch)
Specification
aborts_if false;