interface TokenPolicy<T0> {
    id: _0x2.object$.UID;
    rules: _0x2.vec_map.VecMap<
        string,
        _0x2.vec_set.VecSet<_0x1.type_name.TypeName>,
    >;
    spent_balance: bigint;
}

Type Parameters

  • T0

Properties

spent_balance: bigint