Function getMutationBody

  • Get the mutation content by the id

    const body = getMutationBody(client, '0x....')
    

    Parameters

    • client: Client

      the instance of client

    • id: string

      the id of mutation

    Returns Promise<any[]>

    the mutation

Generated using TypeDoc