Type Alias IPFSTransactionContent

IPFSTransactionContent: Omit<TransactionContent, "type" | "data"> & {
    data: ["ipfs", IPFSPayload];
    type: "ipfs";
}

Transaction content type for IPFS operations