CreatePinByCIDRequest: {
    cid: string;
    name?: string;
    origins?: string[];
    region?: Region;
    volumeId: string;
}

Type declaration

  • cid: string

    CID containing the content you want to pin.

  • Optionalname?: string

    Pin name.

  • Optionalorigins?: string[]

    Node containing the content you want to pin.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • volumeId: string

    Volume ID on which you want to pin your content.