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

    Interface PermissionInfo

    Contract Permission Info structure returned from the contract

    interface PermissionInfo {
        id: bigint;
        grantor: `0x${string}`;
        nonce: bigint;
        grant: string;
        signature: `0x${string}`;
        isActive: boolean;
        fileIds: bigint[];
    }
    Index

    Properties

    id: bigint

    Permission ID

    grantor: `0x${string}`

    Address that granted the permission

    nonce: bigint

    Nonce used when creating

    grant: string

    Grant URL

    signature: `0x${string}`

    Signature bytes

    isActive: boolean

    Whether the permission is active

    fileIds: bigint[]

    File IDs associated with this permission