• Preparing search index...
  • The search index is not available
Vertex Typescript SDK Documentation
  • Documentation
  • Vertex Contracts
  • getVertexEIP712Values

Function getVertexEIP712Values

  • getVertexEIP712Values<TReqType>(requestType, params): SignableRequestTypeToEIP712Values[TReqType]
  • Returns the EIP712 compatible values for signing.

    Note: We use the string representation of bigint to be compatible with JSON.stringify

    Type Parameters

    • TReqType extends keyof SignableRequestTypeToParams

    Parameters

    • requestType: TReqType
    • params: SignableRequestTypeToParams[TReqType]

    Returns SignableRequestTypeToEIP712Values[TReqType]

    • Defined in packages/contracts/src/eip712/getVertexEIP712Values.ts:49

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc