Vana SDK - v0.1.0
    Preparing search index...

    Interface RelayerStorageResponse

    Response from the relayer service for grant file storage

    interface RelayerStorageResponse {
        grantUrl: string;
        success: boolean;
        error?: string;
        metadata?: { ipfsHash: string; size: number; timestamp: number };
    }
    Index

    Properties

    grantUrl: string

    The IPFS URL where the grant file is stored

    success: boolean

    Success status

    error?: string

    Optional error message

    metadata?: { ipfsHash: string; size: number; timestamp: number }

    Storage metadata

    Type declaration

    • ipfsHash: string

      IPFS hash

    • size: number

      File size in bytes

    • timestamp: number

      Upload timestamp