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

    Interface RegisterGranteeInput

    Input for registering a grantee with signature (gasless)

    interface RegisterGranteeInput {
        nonce: bigint;
        owner: `0x${string}`;
        granteeAddress: `0x${string}`;
        publicKey: string;
    }

    Hierarchy

    • RecordCompatible
      • RegisterGranteeInput
    Index

    Properties

    nonce: bigint

    User nonce

    owner: `0x${string}`

    Grantee owner address

    granteeAddress: `0x${string}`

    Grantee address

    publicKey: string

    Grantee public key