interface Token<T0> {
    balance: bigint;
    id: _0x2.object$.UID;
}

Type Parameters

  • T0

Properties

Properties

balance: bigint