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

    Interface CreateSchemaResult

    Result of creating a new schema.

    Returned by the schemas.create() method after successful upload and registration.

    interface CreateSchemaResult {
        schemaId: number;
        definitionUrl: string;
        transactionHash: string;
    }
    Index

    Properties

    schemaId: number

    The schema ID assigned by the contract

    definitionUrl: string

    The IPFS URL where the schema definition is stored

    transactionHash: string

    The transaction hash of the schema registration