interface Token<T0> {
    balance: bigint;
    id: UID;
}

Type Parameters

  • T0

Properties

Properties

balance: bigint
id: UID