public struct SageSoul has key { id: UID, name: String }
The createfunction has these effects:
create
Creates Soul
Transfers ownership to the sender
Returns soul address
The get_namefunction has these effects:
get_name
Returns String name of the Soul
Last updated 10 months ago