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

    Interface RegisterGranteeParams

    Parameters for registering a grantee

    interface RegisterGranteeParams {
        owner: `0x${string}`;
        granteeAddress: `0x${string}`;
        publicKey: string;
    }
    Index

    Properties

    owner: `0x${string}`

    Grantee owner address

    granteeAddress: `0x${string}`

    Grantee address

    publicKey: string

    Grantee public key