Type alias IpfsAddDataResponseType

IpfsAddDataResponseType: {
    Bytes?: number;
    Hash: string;
    Name: string;
    Size: string;
}

Type declaration

  • Optional Bytes?: number
  • Hash: string
  • Name: string
  • Size: string

Generated using TypeDoc