Interface INftActionResponse

interface INftActionResponse {
    success: boolean;
    transactionHash: string;
}

Properties

success: boolean
transactionHash: string