• Function used to generate EIP712 types based on a message object and its structure (recursive)

    Parameters

    • object: Record<string, any>
    • primaryType: string = 'MsgValue'

    Returns Map<string, TypedDataField[]>

Generated using TypeDoc