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

    Interface AddSchemaResult

    Result of adding a schema

    interface AddSchemaResult {
        schemaId: number;
        transactionHash: `0x${string}`;
    }
    Index

    Properties

    schemaId: number

    The new schema ID assigned by the contract

    transactionHash: `0x${string}`

    Transaction hash of the schema registration