Documentation
    Preparing search index...

    Interface RawNftItem

    interface RawNftItem {
        attach_amount?: string;
        custom_payload?: string;
        forward_amount?: string;
        forward_payload?: string;
        new_owner: string;
        nft_address: string;
        query_id?: string;
        response_destination?: string;
        type: "nft";
    }
    Index

    Properties

    attach_amount?: string
    custom_payload?: string
    forward_amount?: string
    forward_payload?: string
    new_owner: string
    nft_address: string
    query_id?: string
    response_destination?: string
    type: "nft"