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

    Interface GranteeInfo

    Contract GranteeInfo structure returned from the contract

    interface GranteeInfo {
        owner: `0x${string}`;
        granteeAddress: `0x${string}`;
        publicKey: string;
        permissionIds: readonly bigint[];
    }
    Index

    Properties

    owner: `0x${string}`

    Grantee owner address

    granteeAddress: `0x${string}`

    Grantee address

    publicKey: string

    Grantee public key

    permissionIds: readonly bigint[]

    Permission IDs associated with this grantee