interface TokenPolicy<T0> {
    id: UID;
    rules: VecMap<string, VecSet<TypeName>>;
    spent_balance: bigint;
}

Type Parameters

  • T0

Properties

id: UID
rules: VecMap<string, VecSet<TypeName>>
spent_balance: bigint