IPFS Status
IPFS Status Function
IPFS Status
Gets status from the IPFS network for the specified CID/Path. This function requires inputs as follows:
- Ipfs Pinning Service 1 : Struct, holds the url and name of the pinning service to send the request to.
- Ipfs Address 2 : Struct, holds the CID and path of the file on IPFS network.
info
If Success is True that only means the upload to the IPFS network was successful.
If successful returns outputs as follows:
- Response 3 : Struct, holds data such as headers, status code, and body of the response of the HTTP request.
- CID 4 : The CID of the uploaded data.
- Dag Size 5 : Total size of the DAG in bytes.
- Created 6 : This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ for the CID creation.
- Pins 7 : Array of structs that holds info for an IPFS Pin.
- Deals 8 : Array of structs that holds info for an IPFS Deal.