All chains
    Preparing search index...

    Type Alias TransferApproved

    TransferApproved: PlainDescriptor<
        {
            collection: number;
            deadline?: number;
            delegate: SS58String;
            item: number;
            owner: SS58String;
        },
    >

    An item of a collection has been approved by the owner for transfer by a delegate.