Vana SDK - v2.2.2
    Preparing search index...

    Interface PermissionInfo

    Contract Permission Info structure returned from the contract

    interface PermissionInfo {
        id: bigint;
        grantor: `0x${string}`;
        nonce: bigint;
        granteeId: bigint;
        grant: string;
        signature?: `0x${string}`;
        startBlock: bigint;
        endBlock: bigint;
        fileIds: readonly bigint[];
    }
    Index

    Properties

    id: bigint

    Permission ID

    grantor: `0x${string}`

    Address that granted the permission

    nonce: bigint

    Nonce used when creating

    granteeId: bigint

    Grantee ID

    grant: string

    Grant URL

    signature?: `0x${string}`

    Signature bytes (removed in newer contract versions)

    startBlock: bigint

    Start block

    endBlock: bigint

    End block

    fileIds: readonly bigint[]

    File IDs associated with this permission