Interface UploadFromUrlResponse

The UploadFromUrl response expected from the execution of the object within BambuClient execute.

interface UploadFromUrlResponse {
    error?: any;
    ipfsUrl: string;
    message?: string;
}

Properties

error?: any

any error messages that were returned by the request.

ipfsUrl: string

the uploaded data ipfs url

message?: string

the message response from the request in case of errors