interface IpfsOptions {
    gatewayUrl?: `https://${string}/ipfs/`;
    overwriteCode?: boolean;
}

Properties

gatewayUrl?: `https://${string}/ipfs/`
overwriteCode?: boolean