Soul

Defines:

public struct SageSoul has key {
        id: UID,
        name: String
}

Create

The createfunction has these effects:

  1. Creates Soul

  2. Transfers ownership to the sender

  3. Returns soul address

Get Name

The get_namefunction has these effects:

  1. Returns String name of the Soul

Last updated