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