interface TransferRequest<T0> {
    from: string;
    item: string;
    paid: bigint;
    receipts: _0x2.vec_set.VecSet<_0x1.type_name.TypeName>;
}

Type Parameters

  • T0

Properties

Properties

from: string
item: string
paid: bigint