interface TransferPolicy<T0> {
    balance: bigint;
    id: UID;
    rules: VecSet<TypeName>;
}

Type Parameters

  • T0

Properties

Properties

balance: bigint
id: UID