Skip to main content

EIP712Venly

passcodenumber

Secret verification code for the custodian wallet

Example: 123456
eip712Object object
types object
EIP712Domain object[]
  • Array [
  • namestring
    typestring
  • ]
  • ManagerBatchMint object[]
  • Array [
  • namestring
    typestring
  • ]
  • primaryTypestring

    Possible values: [ManagerBatchMint]

    domain object
    namestring

    Name of the signing domain

    Example: BaseToken
    versionstring

    The current version of the signing domain

    Example: 1.0.0
    chainIdnumber

    Numeric identifier of the blockchain

    Example: 137
    verifyingContractstring

    Address of the contract on the blockchain that verifies the signature

    Example: 0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC
    message object
    signerstring

    Blockchain address of the account used to sign requests

    tostring[]
    amountstring[]
    noncenumber

    Unique number per request to prevent replay attacks

    EIP712Venly
    {
    "passcode": 123456,
    "eip712Object": {
    "types": {
    "EIP712Domain": [
    {
    "name": "string",
    "type": "string"
    }
    ],
    "ManagerBatchMint": [
    {
    "name": "string",
    "type": "string"
    }
    ]
    },
    "primaryType": "ManagerBatchMint",
    "domain": {
    "name": "BaseToken",
    "version": "1.0.0",
    "chainId": 137,
    "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
    },
    "message": {
    "signer": "string",
    "to": [
    "string"
    ],
    "amount": [
    "string"
    ],
    "nonce": 0
    }
    }
    }