Soul
Defines:
public struct SageSoul has key {
id: UID,
name: String
}Create
The createfunction has these effects:
Creates Soul
Transfers ownership to the sender
Returns soul address
Get Name
The get_namefunction has these effects:
Returns String name of the Soul
Last updated